Skip to content
Snippets Groups Projects
Commit 7ff6fe2b authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Update Libring coding rules

parent 063edc66
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ developer members). ...@@ -38,9 +38,9 @@ developer members).
### Language Standard ### 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. enforce this rule.
### Maximum Line Length ### Maximum Line Length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment