cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implements some of the type_traits added in C++11 that are not part of the TR1 specification. More...
Classes | |
struct | has_virtual_destructor< T > |
Implementation of is_standard_layout .If and only if the intrinsic __has_virtual_destructor() exists, cxxomfort provides this type traits that exposes the member value with the value __has_trivial_destructor(T) . More... | |
Implements some of the type_traits added in C++11 that are not part of the TR1 specification.