From 6fd9858954aa04dbb367318f20bc31116d5ad363 Mon Sep 17 00:00:00 2001 From: enen92 <92enen@gmail.com> Date: Mon, 17 Oct 2022 21:42:23 +0100 Subject: [Docs] Update codeguidelines to reflect cpp 17 features --- docs/CODE_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODE_GUIDELINES.md b/docs/CODE_GUIDELINES.md index 57b3ed7941..8cd9a1800d 100644 --- a/docs/CODE_GUIDELINES.md +++ b/docs/CODE_GUIDELINES.md @@ -70,7 +70,7 @@ Conventions can be bent or broken in the interest of making code more readable a ## 2. Language standard -We currently target the C++14 language standard. Do use C++14 features when possible. Do not use C++17 features. +We currently target the C++17 language standard. Do use C++17 features when possible (and supported by all target platforms). Do not use C++20 features. **[back to top](#table-of-contents)** -- cgit v1.2.3