summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-15 11:28:04 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-15 11:28:04 +0100
commit40d7f166359ce2c7770b86fdd505443126982d36 (patch)
tree8e52d2192de3d08f87b4d1b89085ff2bc7b51326
parentee4d5a767b59baa4e8aefba2214fde0abe7b30b9 (diff)
Hack.
-rw-r--r--src/compose.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/compose.hpp b/src/compose.hpp
index e99da8ee..3ea21d74 100644
--- a/src/compose.hpp
+++ b/src/compose.hpp
@@ -161,14 +161,6 @@ namespace StringPrivate
}
template <>
- inline void write(std::string& s, const unsigned long int& obj)
- {
- char buffer[64];
- snprintf(buffer, 64, "%uld", obj);
- s += buffer;
- }
-
- template <>
inline void write(std::string& s, const float& obj)
{
char buffer[64];