Repository

fmtlib/fmt

A modern formatting library
17054 1951 317 2247
  • 000
Version: 10.0.0 I would like to use fmt/std.h to format std::string_view and such. I am compiling without RTTI. But the std::exception specialization uses: const std::type_info& ti = typeid(ex); which does not compile with RTTI disabled in Clang or GCC. /home/runner/work/subspace/subspace/th...