cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
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...
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)
.
The macro CXXOMFORT_IMPLEMENTS_std_has_virtual_destructor
informs if this type trait is provided.