Date: Wednesday, January 31, 2007 @ 11:42:44
Author: marc
Path: /cvsroot/carob/carob/src
Modified: BigDecimal.cpp (1.31 -> 1.32)
Removed only use of template<wchar_t> toUserString(). Will help CAROB-116
----------------+
BigDecimal.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: carob/src/BigDecimal.cpp
diff -u carob/src/BigDecimal.cpp:1.31 carob/src/BigDecimal.cpp:1.32
--- carob/src/BigDecimal.cpp:1.31 Mon Dec 4 15:06:07 2006
+++ carob/src/BigDecimal.cpp Wed Jan 31 11:42:44 2007
@@ -85,7 +85,7 @@
{
//double decimal point => exception
throw ConversionException(L"Detected more than one decimal point [" +
- toUserString(userDecimalPoint) + L"] in BigDecimal string ["+
fromString(str) + L"]", CONV_NUM_RANGE);
+ std::wstring(1, userDecimalPoint) + L"] in BigDecimal string ["+
fromString(str) + L"]", CONV_NUM_RANGE);
}
// remove the decimal point (actually replace it by a space)
unscaledStr.replace(i, 1, " ");
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits