MDEV-35837: Update CODING_STANDARDS to C++17 [skip ci]

also annotate with MariaDB version
This commit is contained in:
ParadoxV5 2025-02-24 20:53:39 -07:00 committed by Daniel Black
commit 865b05bf4a

View file

@ -187,7 +187,7 @@ C file names use the `.c` extension, C++ files use the `.cc` extension and heade
### Language standards
For pure-C files we use C99 and for C++ we use C++11.
For pure-C files we use C99 (starting with 10.4.25) and for C++ we use C++11 (starting with 11.8.1).
The code need to be able to compile on multiple platforms using different compilers (for example: Windows / Linux, x86_64 / ARM).
### Line lengths