mpark / slb
SLB: C++ Standard Library Backport
☆11Updated 6 years ago
Alternatives and similar repositories for slb:
Users that are interested in slb are comparing it to the libraries listed below
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- `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
- Provide {fmt} as a C++20 named module☆9Updated 3 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Easily batch-build cmake projects!☆17Updated 9 months ago
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 5 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- A saturating arithmetic cast.☆12Updated 5 years ago
- 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
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Collection of proposals for c++☆25Updated this week
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 years ago
- C++ Binary Fixed-Point Arithmetic☆9Updated 6 years ago
- Boost.org ptr_container module☆14Updated last month
- Scripts to build binary packages of GCC snapshots☆29Updated 2 weeks ago
- Make std::mdspan formattable by std::format.☆10Updated last year
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.