dbertoni 2002/09/20 21:58:51
Modified: c/src/PlatformSupport XalanArrayAllocator.hpp
Log:
Added needed typename keyword.
Revision Changes Path
1.3 +1 -1 xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp
Index: XalanArrayAllocator.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- XalanArrayAllocator.hpp 21 Sep 2002 04:48:10 -0000 1.2
+++ XalanArrayAllocator.hpp 21 Sep 2002 04:58:51 -0000 1.3
@@ -82,7 +82,7 @@
typedef list<ListEntryType> ListType;
#else
typedef std::vector<Type>
VectorType;
- typedef VectorType::size_type size_type;
+ typedef typename VectorType::size_type size_type;
typedef std::pair<size_type, VectorType> ListEntryType;
typedef std::list<ListEntryType> ListType;
#endif
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]