Yet more build tinkering.
authorCarl Hetherington <cth@carlh.net>
Fri, 12 Aug 2016 12:45:45 +0000 (13:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Aug 2016 12:45:45 +0000 (13:45 +0100)
src/lib/compose.hpp

index 3059c9a41a218d081978f8612f513edbda7af0fa..85a9e9b0f8eb482a1015f344c886f0c43bcb8270 100644 (file)
@@ -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)
   {