Skip to content

Commit 865b05b

Browse files
ParadoxV5grooverdan
authored andcommitted
MDEV-35837: Update CODING_STANDARDS to C++17 [skip ci]
also annotate with MariaDB version
1 parent aae8c5a commit 865b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ C file names use the `.c` extension, C++ files use the `.cc` extension and heade
187187

188188
### Language standards
189189

190-
For pure-C files we use C99 and for C++ we use C++11.
190+
For pure-C files we use C99 (starting with 10.4.25) and for C++ we use C++11 (starting with 11.8.1).
191191
The code need to be able to compile on multiple platforms using different compilers (for example: Windows / Linux, x86_64 / ARM).
192192

193193
### Line lengths

0 commit comments

Comments
 (0)