Skip to content
Snippets Groups Projects

Draft: Revert "Fix compilation with fmtlib < 8"

Closed Marco Clemencic requested to merge 268-drop-legacy-fmtlib-compatibility into master
Files
5
@@ -21,15 +21,6 @@
#include <map>
#include <string_view>
#if FMT_VERSION < 80000
namespace fmt {
template <typename T>
const T& runtime( const T& v ) {
return v;
}
} // namespace fmt
#endif
namespace {
/**
Loading