mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
12 lines
461 B
Markdown
12 lines
461 B
Markdown
# Modern C++ features
|
|
|
|
We define here as "modern C++" features the ones introduced since C++17. These features should be used in a "controlled" form in Firebird code, as not all compilers fully support them.
|
|
|
|
Only ones mentioned in this document could be used, but as necessities appears, discussion should be started in the devel list or pull requests.
|
|
|
|
## Allowed features
|
|
|
|
### C++17
|
|
|
|
- [if with init-statement](https://en.cppreference.com/w/cpp/language/if)
|