$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2001-03-19 10:00:07
Please include this trivial patch:
Index: config.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config.hpp,v
retrieving revision 1.50
diff -c -r1.50 config.hpp
*** config.hpp	2001/03/16 17:13:29	1.50
--- config.hpp	2001/03/19 14:42:04
***************
*** 235,241 ****
         // egcs 1.1 won't parse smart_ptr.hpp without this:
  #      define BOOST_NO_AUTO_PTR
  #   endif
! #   if __GNUC__ == 2 && __GNUC_MINOR__ <= 95
  #     include <iterator>  // not sure this is the right way to do this -JGS
  #     if !defined(_CXXRT_STD) && !defined(__SGI_STL) // need to ask Dietmar about this -JGS
  #       define BOOST_NO_STD_ITERATOR
--- 235,241 ----
         // egcs 1.1 won't parse smart_ptr.hpp without this:
  #      define BOOST_NO_AUTO_PTR
  #   endif
! #   if __GNUC__ == 2 && __GNUC_MINOR__ <= 97
  #     include <iterator>  // not sure this is the right way to do this -JGS
  #     if !defined(_CXXRT_STD) && !defined(__SGI_STL) // need to ask Dietmar about this -JGS
  #       define BOOST_NO_STD_ITERATOR
***************
*** 250,256 ****
  #   if __GNUC__ == 2 && __GNUC_MINOR__ <= 8
  #     define BOOST_NO_MEMBER_TEMPLATES
  #   endif
! #   if (__GNUC__ == 2 && __GNUC_MINOR__ > 95) || __GNUC__ > 2
        // upcoming gcc 3.0
  #     include <iterator>
  #     if defined(__GLIBCPP__)
--- 250,256 ----
  #   if __GNUC__ == 2 && __GNUC_MINOR__ <= 8
  #     define BOOST_NO_MEMBER_TEMPLATES
  #   endif
! #   if (__GNUC__ == 2 && __GNUC_MINOR__ > 97) || __GNUC__ > 2
        // upcoming gcc 3.0
  #     include <iterator>
  #     if defined(__GLIBCPP__)
----------