2016-09-02 15:10:35 +02:00
|
|
|
# Modern C++ features
|
|
|
|
|
2023-09-18 12:14:06 +02:00
|
|
|
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
|
|
|
|
2023-09-18 12:14:06 +02:00
|
|
|
Public files (as API headers) is limited to C++11.
|
2016-09-02 15:10:35 +02:00
|
|
|
|
2023-09-18 12:14:06 +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
|
|
|
|
2023-09-18 12:14:06 +02:00
|
|
|
## Allowed features
|
2016-09-02 15:10:35 +02:00
|
|
|
|
2023-09-18 12:14:06 +02:00
|
|
|
### C++20
|