cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
std::tuple<T...> implementation More...
std::tuple<T...> implementation
This implementation is limited to 5 elements and is in use only in pre-C++03 compilers when CXXOFLAG_USE_INTERNAL_TR1 is defined, for example for compilers that don't themselves provide
<tuple>
.