cpp c features - ghdrako/doc_snipets GitHub Wiki
Inter Proces Communicatioin IPC libs
Features
- constexpr (C++14),
- generic lambdas (C++14),
- variable templates (C++14),
- inline variables (C++17),
- maybe_unused (C++17),
- char8_t (C++20),
- u8string (C++20),
- make_shared_for_overwrite (C++20),
- make_unique_for_overwrite (C++20),
- likely (C++20), unlikely (C++20), nodiscard with string literal (C++20), coroutines (C++20), constraints (C++20), concepts (C++20), three-way comparison (C++20)