diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:24:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-10 01:24:48 +0200 |
| commit | 13154bc1a9b341f46994607fdde2e725444a6e21 (patch) | |
| tree | 3fcf211b397092798b2aa39af4cc567d146a574c /src/compose.h | |
| parent | 9853cbf566fdfdea096333c4caa788c29fa5c57b (diff) | |
Remove String namespace from around compose().compose
Diffstat (limited to 'src/compose.h')
| -rw-r--r-- | src/compose.h | 6 |
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 |
