Date: Thursday, March 9, 2006 @ 10:42:47
  Author: gilles
    Path: /cvsroot/carob/carob/src

Modified: Common.cpp (1.28 -> 1.29)

Added explicit instantiation of wstringTofloat and wstringTodouble


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


Index: carob/src/Common.cpp
diff -u carob/src/Common.cpp:1.28 carob/src/Common.cpp:1.29
--- carob/src/Common.cpp:1.28   Mon Mar  6 18:13:07 2006
+++ carob/src/Common.cpp        Thu Mar  9 10:42:47 2006
@@ -210,6 +210,8 @@
 // Explicit instantiation for types actually used
 template bool CarobNS::wstringTo<int>(int&, const std::wstring&);
 template bool CarobNS::wstringTo<int64_t>(int64_t&, const std::wstring&);
+template bool CarobNS::wstringTo<float>(float&, const std::wstring&);
+template bool CarobNS::wstringTo<double>(double&, const std::wstring&);
 
 wstring CarobNS::replaceAll(wstring src, const wstring &from, const wstring 
&to)
 {

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

Reply via email to