diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 12:12:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-10 12:12:50 +0100 |
commit | 4e22a206f3106ef0ff7cc518d7ee2933481e125a (patch) | |
tree | b991ca3ca0967396413b0f9e71fe0bd789ae11f8 | |
parent | 951a632653c8170c2dc11448fe6414d4f09a9363 (diff) |
don't use fmtlib's operator""_cf
it's broken on clang.
-rw-r--r-- | compat/format.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/format.hpp b/compat/format.hpp index e126e77b..d3b06521 100644 --- a/compat/format.hpp +++ b/compat/format.hpp @@ -4,8 +4,6 @@ namespace floormat { -using namespace fmt::literals; - template<std::size_t N, typename Fmt, typename... Xs> std::size_t snformat(char(&buf)[N], Fmt&& fmt, Xs&&... args) { |