zowers / cxx_modules_converter
`cxx_modules_converter.py` is a Python script to convert C++ sources and headers to C++20 modules.
☆14Updated 3 weeks ago
Alternatives and similar repositories for cxx_modules_converter
Users that are interested in cxx_modules_converter are comparing it to the libraries listed below
Sorting:
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Low memory overhead allocator☆29Updated 6 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- A modern, safer alternative to the C++ Standard Library (for Linux/BSD)☆42Updated this week
- A C++20 serialization library (cereal fork)☆29Updated 2 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…