diff options
| -rw-r--r-- | compat/format.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/format.hpp b/compat/format.hpp index 1cb4f365..ffa316f2 100644 --- a/compat/format.hpp +++ b/compat/format.hpp @@ -42,7 +42,7 @@ consteval auto operator""_cf() noexcept return FMT_COMPILE(s.data); } #else -using namespace fmt::literals; +using fmt::literals::operator""_cf; #endif namespace floormat { |
