|
cxxomfort
rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Features related to Standard header <cstddef>.
Features included in this section and mapped to global nsmespace or std:::
max_align_t (C++11)Features also without a specific header:
nullptr, nullptr_t (C++11)static_assert (C++11)std::byte , to_integral() (C++17)Non-backport features (cxxomfort::fix):
to_byte() - obtain a byte value for a given integral.to_integer() - obtain the value of a byte.to_value() - overload synonym for to_integral(std::byte).ssize_t - This type is defined for non-POSIX systems, as per LWG2251.The library exposes the following names under cxxomfort::fix in order to work with variables of type std::byte :
1.8.13