cpp-std-fwd
Standard library forward declarations
A collection of forward declarations for C++ standard library classes to reduce compilation times and improve code organization
forward declarations for C++ std headers
73 stars
4 watching
4 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vittorioromeo/cppnow2015 | A repository showcasing an expanded explanation of the C++ standard library function for_each_arg | 7 |
mpark/variant | An implementation of C++17 std::variant for C++11/14/17 | 669 |
robhz786/strf | A C++ library for formatting and transcoding text | 70 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,557 |
mattreecebentley/plf_list | A high-performance alternative to the C++ standard library's list container | 151 |
colbyhall/ch_stl | An experimental C++ Standard Library project with daily updates and manual resource management. | 11 |
pollardbanknote/cppbackport | A C++ library that ported new features to older standards | 38 |
jeaye/stdman | Automates the generation of C++ standard library manual pages from archived HTML files. | 940 |
skarupke/std_function | A C++ library providing a set of standard function wrappers around common programming tasks. | 45 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,334 |
kaisenamin/c_std | Reimplements C++ standard library functionality in C to provide a set of generic data structures and algorithms for C programs. | 1,157 |
cpgf/cpgf | A comprehensive C++ library for callback, reflection, serialization, and script binding with Lua, Python, JavaScript engines. | 220 |
gulrak/filesystem | A C++17 standard filesystem implementation for C++11/C++14/C++17/C++20 on various platforms. | 1,352 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
gadomski/cpd | A C++ implementation of the Coherent Point Drift point set registration algorithm | 400 |