]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.cpp
Синхронізовано з CVS
[stg.git] / stglibs / common.lib / common.cpp
index eb39da6a8138d6611406ca76956416a7dc2a5491..b8d2b0e2184124fc6d5730f08778f421d3bbbcb8 100644 (file)
@@ -23,8 +23,8 @@
  */
 
  /*
- $Revision: 1.41 $
- $Date: 2010/11/03 10:26:30 $
+ $Revision: 1.42 $
+ $Date: 2010/11/08 10:11:19 $
  $Author: faust $
  */
 
@@ -779,6 +779,11 @@ const std::string & x2str(unsigned x, std::string & s)
 return unsigned2str(x, s);
 }
 //---------------------------------------------------------------------------
+const std::string & x2str(unsigned long x, std::string & s)
+{
+return unsigned2str(x, s);
+}
+//---------------------------------------------------------------------------
 const std::string & x2str(unsigned long long x, std::string & s)
 {
 return unsigned2str(x, s);