mhoyt       2005/02/08 14:33:40

  Modified:    c/src/xalanc/Include XalanDeque.hpp
  Log:
  Fix to enable build on BC++B6
  
  Revision  Changes    Path
  1.7       +3 -2      xml-xalan/c/src/xalanc/Include/XalanDeque.hpp
  
  Index: XalanDeque.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/XalanDeque.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XalanDeque.hpp    9 Nov 2004 16:06:04 -0000       1.6
  +++ XalanDeque.hpp    8 Feb 2005 22:33:40 -0000       1.7
  @@ -172,8 +172,9 @@
   
       typedef XalanVector<BlockType*> BlockIndexType;
   
  -    typedef XalanDequeIterator<XalanDequeIteratorTraits<value_type>, 
XalanDeque> iterator;
  -    typedef XalanDequeIterator<XalanDequeConstIteratorTraits<value_type>, 
XalanDeque> const_iterator;
  +    typedef XalanDeque<Type, ConstructionTraits>                             
                        ThisType;               
  +    typedef XalanDequeIterator<XalanDequeIteratorTraits<value_type>, 
ThisType>               iterator;
  +    typedef XalanDequeIterator<XalanDequeConstIteratorTraits<value_type>, 
ThisType>  const_iterator;
   
   #if defined(XALAN_HAS_STD_ITERATORS)
       typedef XALAN_STD_QUALIFIER reverse_iterator<iterator>          
reverse_iterator_;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to