tomaszkam / proposalsLinks
C++ standard proposals
☆16Updated 5 years ago
Alternatives and similar repositories for proposals
Users that are interested in proposals are comparing it to the libraries listed below
Sorting:
- ☆17Updated 7 years ago
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 7 years ago
- A convenient C++ wrapper for C-style API provided by Microsoft ChakraCore library.☆17Updated 8 years ago
- A C++ metaprogramming library☆26Updated 8 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- libclangmm - An easy to use C++-wrapper for libclang☆38Updated 6 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- λ → C++ library for functional programming☆37Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Draft for a new C++ standard future propoal☆19Updated 7 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 9 years ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- Allocation benchmarks☆30Updated 8 years ago
- ☆21Updated 6 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 8 years ago
- Coroutine Support Library☆33Updated 9 months ago
- Fast delegates implementation☆56Updated 3 years ago
- An experimental SQL connector for containers and streams of the C++ Standard Library☆36Updated 6 years ago
- Full emulation of await feature from C# language in C++ based on Stackful Coroutines from Boost.Coroutine library.☆19Updated 9 years ago
- Lambda state machine is a state machine framework with an extremely simple UI☆16Updated 7 years ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- A C++ 11 std::error_category for the NT kernel's NTSTATUS error codes☆35Updated 2 weeks ago
- Foundations of symbol based programming☆30Updated 5 years ago
- bit_cast☆28Updated 8 years ago
- A prototype implementation of the futures proposal☆11Updated 6 years ago
- A template for creating optional-like object with no space overhead☆26Updated 7 years ago
- A signal/slot implementation using std::function.