intel / cpp-std-extensionsLinks
Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to be used in earlier versions. It also implements some nonstandard but useful extras.
☆100Updated last week
Alternatives and similar repositories for cpp-std-extensions
Users that are interested in cpp-std-extensions are comparing it to the libraries listed below
Sorting:
- An implementation of C++ "senders and receivers" async framework suitable for embedded platforms.☆279Updated last week
- Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects ag…☆95Updated this week
- A C++ parser combinator library.☆159Updated last week
- Implementation of the std::execution (P2300, sender/receiver) proposal☆111Updated last week
- C++20 State Machine library☆232Updated 7 months ago
- MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.☆137Updated last week
- C++20 Meta-Programming library☆307Updated 6 months ago
- Professionally written C++ function traits library (single header-only) for retrieving info about any function (arg types, arg count, ret…☆44Updated 3 months ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆66Updated 2 weeks ago
- ☆80Updated 8 months ago
- Zoo library☆132Updated 5 months ago
- a small lightweight std::execution work-alike☆64Updated 8 months ago
- SPY - C++ Information Broker