diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-12 13:45:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 13:45:45 +0100 |
| commit | 5c3cf1204fbb3e5a357eadbca2de0ec18f2d9e12 (patch) | |
| tree | 581c156dd3265c5c863aa3491162c3f41831aaf1 /src/lib | |
| parent | e5ed6d4774c1995b7360cb20475667c43e0771fd (diff) | |
Yet more build tinkering.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/compose.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp index 3059c9a41..85a9e9b0f 100644 --- a/src/lib/compose.hpp +++ b/src/lib/compose.hpp @@ -161,14 +161,6 @@ namespace StringPrivate } template <> - inline void write(std::string& s, const long unsigned int& obj) - { - char buffer[64]; - snprintf(buffer, 64, "%lu", obj); - s += buffer; - } - - template <> inline void write(std::string& s, const float& obj) { char buffer[64]; |
