| 
    cxxomfort
    rel.20210622
    
   Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/ 
   | 
 
Backports from C++14.
C++14 adds a number of features regarding algorithms and function object support. In very general sense it is a "bugfix" upgrade to C++11.
A listing of some of the features backported:
<algorithm>  : equal() , mismatch() , etc.<functional>: "Transparent Functors"  .<memory>  : make_unique() .<tuple>: Tuple gettuple by type.<utility>  : exchange() , integer_sequence , etc.See also: C++11 Backports C++17 Backports .
 1.8.13