From 3d3739df002071b6d45b94683681a4c64f4fdb52 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 28 Jul 2020 18:58:47 +0200 Subject: Remove unused str_index --- cxxformat.hpp | 3 --- 1 file changed, 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 -struct str_index { static constexpr size_t n = i; }; - template struct str { -- cgit v1.2.3-54-g00ecf