summaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compose.h b/src/compose.h
index a7bc1154..128600fb 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -60,9 +60,6 @@ void collect(std::vector<std::string>& string_args, T arg, Ts... rest)
}
-namespace String {
-
-
template <typename...Ts>
std::string compose(std::string fmt, Ts... args)
{
@@ -82,8 +79,5 @@ std::string compose(std::string fmt, Ts... args)
}
-}
-
-
#endif