template <typename T, bool INTEGRAL = std::is_integral<T>::value>
struct make_unsigned_or_unchanged
Defined at line 1604 of file ../../third_party/fmtlib/src/include/fmt/chrono.h
If T is an integral type, maps T to its unsigned counterpart, otherwise
leaves it unchanged (unlike std::make_unsigned).