cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Backports from C++03 and C++ TR1 (aka "2007").
A listing of some of the features backported:
<array>
: cxxomfort::cxxostd::array , etc.<functional>
: bind1st , reference_wrapper , etc.type_traits
(not directly used).These features are not used directly by cxxomfort, as it assumes that the underlying compiler is at least C+03/TR1 compatible. However, these facilities are offered for internal use by the library to reduce dependencies where there is no certainty that the compiler provides the adequate tooling in older versions (eg.: type_traits
), and to build up basic cxxomfort support in cases where TR1 is not available (see CXXOMFORT_USING_INTERNAL_TR1
).
See also: C++11 Backports .
<random>
backports. <random>
backports.