Date: Monday, March 6, 2006 @ 18:13:07
  Author: marc
    Path: /cvsroot/carob/carob/src

Modified: Common.cpp (1.27 -> 1.28)

Removed reference to codeproject.com


------------+
 Common.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: carob/src/Common.cpp
diff -u carob/src/Common.cpp:1.27 carob/src/Common.cpp:1.28
--- carob/src/Common.cpp:1.27   Mon Mar  6 13:43:23 2006
+++ carob/src/Common.cpp        Mon Mar  6 18:13:07 2006
@@ -193,7 +193,6 @@
   return buffer.str();        
 }
 // Explicit instantiation for types actually used
-// More info here: http://www.codeproject.com/cpp/templatesourceorg.asp
 template wstring CarobNS::toWString<uint16_t>(const uint16_t&);
 template wstring CarobNS::toWString<int16_t>(const int16_t&);
 template wstring CarobNS::toWString<uint32_t>(const uint32_t&);
@@ -209,7 +208,6 @@
   return !(iss >> std::skipws >> t).fail();
 }
 // Explicit instantiation for types actually used
-// More info here: http://www.codeproject.com/cpp/templatesourceorg.asp
 template bool CarobNS::wstringTo<int>(int&, const std::wstring&);
 template bool CarobNS::wstringTo<int64_t>(int64_t&, const std::wstring&);
 

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to