shafik / cpp_undefined_behavior_enumerated
Enumerating all of the Undefined Behavior in C++
☆36Updated 2 years ago
Alternatives and similar repositories for cpp_undefined_behavior_enumerated:
Users that are interested in cpp_undefined_behavior_enumerated are comparing it to the libraries listed below
- C++ Faking library, which allows faking/mocking regular functions, static member functions and non-virtual member functions for testing p…☆27Updated 11 months ago
- A fixed capacity dynamically sized string☆64Updated this week
- An educational C++20 implementation of Boost.Optional that also is-a C++20 std::optional☆10Updated 4 years ago
- C++11 compatible charconv☆29Updated this week
- meta-programming, C++11☆16Updated 2 years ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated this week
- Examples and shell scripts for C++20 modules article & video.☆24Updated 3 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- A C++14 and later CRTP template for defining iterators☆71Updated this week
- <charconv> from Microsoft STL, but multi-platform☆37Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 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
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated 10 months ago
- Portable UUID generation library for C++☆26Updated last year
- Simple mutation-testing☆43Updated 11 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 9 months ago
- ☆32Updated 3 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- Rebooting the std::bitset franchise☆44Updated 2 weeks ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 9 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- Comparison operators for std::span☆15Updated 4 years ago
- repr for Modern C++: Return printable string representation of a value☆84Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 9 months ago
- Similar to python's `repr`, for c++