mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
93acbd1aef
* Update allowed C++ version. * Build examples using C++11. * Remove pre-C++11 fallback in examples code - thanks to Alex.
13 lines
324 B
Markdown
13 lines
324 B
Markdown
# Modern C++ features
|
|
|
|
It's allowed to use in Firebird internal code C++ features up to and including C++17.
|
|
|
|
Public files (as API headers) is limited to C++11.
|
|
|
|
Exceptions to these rules should be listed below and must be agreed by the team,
|
|
discussing in the devel list or by pull request.
|
|
|
|
## Allowed features
|
|
|
|
### C++20
|