cor3ntin / CPPProposals
Collection of proposals for c++
☆26Updated 2 months ago
Alternatives and similar repositories for CPPProposals:
Users that are interested in CPPProposals are comparing it to the libraries listed below
- Mirror of official clang git repository located at http://llvm.org/git/clang. Updated every five minutes.☆18Updated 6 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Implementation of the P2300 specification☆9Updated 3 years ago
- A fixed capacity dynamically sized string☆65Updated 2 weeks ago
- meta-programming, C++11☆16Updated 2 years ago
- homogeneous variadic function parameters☆17Updated last year
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- Easily batch-build cmake projects!☆17Updated last month
- Playground for Cloud CI development for C++☆24Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago
- Unique-ownership smart pointers with observable lifetime.☆35Updated last year
- Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc☆23Updated this week
- ☆26Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Provide {fmt} as a C++20 named module☆9Updated 3 years ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Forward declarations for C++ standard library☆22Updated 3 years ago
- A C++14 and later CRTP template for defining iterators☆73Updated 2 weeks ago
- Prototype C++ web_view implementation☆23Updated 5 years ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- C++20 for flag enums☆27Updated 4 years ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- The Fancy Named Parameters Library☆31Updated last week