cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
<limits>

Backports related to Standard header <limits>

The limits.hpp header by itself does not add any capabilities from later versoins of the C++ Standard; instead, it provides an alternative view of the implementation of numeric_limits for integral types that is C++03-capable.

// or as part of:

Interfaces

Interfaces defined here:

(none from Standard C++)

Non-backport interfaces (cxxomfort::fix):

See Also

See also
header/limits @ cppreference
types/numeric_limits @ cppreference (for integral_limits )