From 5c3cf1204fbb3e5a357eadbca2de0ec18f2d9e12 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Aug 2016 13:45:45 +0100 Subject: [PATCH] Yet more build tinkering. --- src/lib/compose.hpp | 8 -------- 1 file changed, 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 @@ -160,14 +160,6 @@ namespace StringPrivate s += buffer; } - 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) { -- 2.30.2