dmitryh 2005/04/01 19:07:35
Modified: c/src/xalanc/ICUBridge ICUFormatNumberFunctor.cpp
Log:
Fix for rhel4/gcc3.4.3 compilation
Revision Changes Path
1.7 +2 -1
xml-xalan/c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp
Index: ICUFormatNumberFunctor.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/ICUBridge/ICUFormatNumberFunctor.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ICUFormatNumberFunctor.cpp 8 Nov 2004 18:06:19 -0000 1.6
+++ ICUFormatNumberFunctor.cpp 2 Apr 2005 03:07:35 -0000 1.7
@@ -275,8 +275,9 @@
theNonConstCache.pop_back();
}
+ DecimalFormatCacheListType::value_type emptyDFC(m_memoryManager);
-
theNonConstCache.push_front(DecimalFormatCacheListType::value_type(m_memoryManager));
+ theNonConstCache.push_front(emptyDFC);
DecimalFormatCacheListType::value_type& theEntry =
theNonConstCache.front();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]