From 7ff6fe2ba9fee138f2b0a93bf1b5cc4f3d9a479e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 1 Sep 2020 10:03:49 -0400 Subject: [PATCH] Update Libring coding rules --- guidelines/Libring-coding-rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guidelines/Libring-coding-rules.md b/guidelines/Libring-coding-rules.md index a1b6160f..601e873c 100644 --- a/guidelines/Libring-coding-rules.md +++ b/guidelines/Libring-coding-rules.md @@ -38,9 +38,9 @@ developer members). ### Language Standard -We SHALL use the **C++11 standard** syntax only. +We SHALL use the **C++17 standard** syntax only. -For gnu-gcc and clang, use compiler command line option `-std=c++11` to +For gnu-gcc and clang, use compiler command line option `-std=c++17` to enforce this rule. ### Maximum Line Length -- GitLab