mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
MDEV-35837: Update CODING_STANDARDS to C++17 [skip ci]
also annotate with MariaDB version
This commit is contained in:
parent
aae8c5a5aa
commit
865b05bf4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue