8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/doc/README.modern_cpp.md

13 lines
324 B
Markdown
Raw Normal View History

2016-09-02 15:10:35 +02:00
# Modern C++ features
It's allowed to use in Firebird internal code C++ features up to and including C++17.
2016-09-02 15:10:35 +02:00
Public files (as API headers) is limited to C++11.
2016-09-02 15:10:35 +02:00
Exceptions to these rules should be listed below and must be agreed by the team,
discussing in the devel list or by pull request.
2016-09-02 15:10:35 +02:00
## Allowed features
2016-09-02 15:10:35 +02:00
### C++20