mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
93acbd1aef
* Update allowed C++ version. * Build examples using C++11. * Remove pre-C++11 fallback in examples code - thanks to Alex.
324 B
324 B
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.