From 13154bc1a9b341f46994607fdde2e725444a6e21 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Jul 2021 01:24:48 +0200 Subject: Remove String namespace from around compose(). --- src/compose.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/compose.h') 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& string_args, T arg, Ts... rest) } -namespace String { - - template std::string compose(std::string fmt, Ts... args) { @@ -82,8 +79,5 @@ std::string compose(std::string fmt, Ts... args) } -} - - #endif -- cgit v1.2.3