dbertoni 01/04/11 08:31:48
Modified: c/src/XSLT XalanTemplate.cpp
Log:
Removed use of numeric_limits.
Revision Changes Path
1.17 +4 -1 xml-xalan/c/src/XSLT/XalanTemplate.cpp
Index: XalanTemplate.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- XalanTemplate.cpp 2001/04/11 02:34:50 1.16
+++ XalanTemplate.cpp 2001/04/11 15:31:47 1.17
@@ -61,6 +61,8 @@
// Base include file. Must be first.
#include <PlatformSupport/PlatformSupportDefinitions.hpp>
+
+
#if !defined(XALAN_NEEDS_EXPLICIT_TEMPLATE_INSTANTIATION)
// No-op function to allow file to compile and link.
@@ -173,7 +175,6 @@
-static numeric_limits<double> theDoubleLimits;
static string theString;
static vector<XalanDOMString> theDOMStringVector;
static vector<char> theCharVector;
@@ -200,6 +201,8 @@
static ElemNumber::NumberingResourceBundleMapType
theNumberingResourceBundleMapType;
static XalanTranscodingServices::MaximumCharacterValueMapType
theMaximumCharacterValueMapType;
static set<XalanNode*, less<XalanNode*> > theInstanceSetType;
+
+
static void
foo()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]