Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56819 - sandbox/itl/boost/itl
From: afojgo_at_[hidden]
Date: 2009-10-14 08:30:36


Author: jofaber
Date: 2009-10-14 08:30:35 EDT (Wed, 14 Oct 2009)
New Revision: 56819
URL: http://svn.boost.org/trac/boost/changeset/56819

Log:
Portability: Adjusted code for gcc-3.4.4. Stable {msvc-8.0, 9.0, gcc-3.4.4}

Text files modified:
   sandbox/itl/boost/itl/interval_base_set.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/itl/boost/itl/interval_base_set.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval_base_set.hpp (original)
+++ sandbox/itl/boost/itl/interval_base_set.hpp 2009-10-14 08:30:35 EDT (Wed, 14 Oct 2009)
@@ -103,7 +103,7 @@
     /// key type of the implementing container
     typedef typename ImplSetT::key_type key_type;
     /// data type of the implementing container
- typedef typename key_type data_type;
+ typedef typename ImplSetT::key_type data_type;
     /// value type of the implementing container
     typedef typename ImplSetT::value_type value_type;
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk