Something went wrong while setting issue due date.
TypeInfo is not useless, we are working on high precision arithmetics in
TNL/Experimental/Arithmetics/Quad.h
In this case std::numeric_limits is not enough.
Specializations of std::numeric_limits
for custom types can be provided in TNL headers. According to cppreference.com:
Non-standard libraries may add specializations for library-provided types, e.g. OpenEXR provides
std::numeric_limits<half>
for a 16-bit floating-point type.
Ok, it seems like a good solution.
Fixed in a1e41765.
mentioned in commit a2f84095
closed