cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implementations and additions proper to the cxxomfort library.
The cxxomfort library does not only implement backports to C++ features; it also brings its own set of features to supplement various functionality that, for example, can not be backported to previous version in a meaningful fashion.
Including the <cxxomfort/library.hpp>
header and invoking the cxxomfort::
namespace makes these features available.
"array_ref"
"fixed_vector"
"mstack"
enum
The following tools previously in the library have been lifted to cxxo-utils . They are still accessible with their <library> headers for compatibility.
CXXO_FOREACH .