diff options
Diffstat (limited to 'compat/format.hpp')
-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) { |