diff options
| -rw-r--r-- | cxxformat.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cxxformat.hpp b/cxxformat.hpp index 4598327..61a800e 100644 --- a/cxxformat.hpp +++ b/cxxformat.hpp @@ -395,9 +395,6 @@ std::string format(const String &fmt, Args &&... args) } } -template<size_t i> -struct str_index { static constexpr size_t n = i; }; - template<size_t N> struct str { |
