Yet more build tinkering.
[dcpomatic.git] / 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)
   {