| 
    cxxomfort
    rel.20210622
    
   Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/ 
   | 
 
Backports from C++17.
A listing of some of the features backported:
std::byte  (see also to_byte() ) .<algorithm>: clamp() .<cstddef>: to_integral() .<functional> : not_fn() , invoke() (down to C++11 only).<iterator>: container data globals data() , size() , empty() .<numeric>  : gcd() , lcm() .<tuple>: make_from_tuple() , apply() .<type_traits>:   make_void ,   void_t , bool_constant , etc.<utility>: as_const(), in_place_type , in_place_index etc.See also: C++14 Backports C++20 Backports .
 1.8.13