Since that has now been released quite a while ago...
Regards, Juergen.
Index: boost/ChangeLog =================================================================== RCS file: /cvs/lyx/lyx-devel/boost/ChangeLog,v retrieving revision 1.36 diff -u -r1.36 ChangeLog --- boost/ChangeLog 2003/05/01 17:45:20 1.36 +++ boost/ChangeLog 2003/06/17 20:00:11 @@ -1,3 +1,7 @@ +2003-06-17 Juergen Spitzmueller <[EMAIL PROTECTED]> + + * boost/config/compiler/gcc.hpp: accept gcc 3.3 as valid compiler + 2003-05-01 Lars Gullik Bj�nnes <[EMAIL PROTECTED]> * boost/type_traits/detail/wrap.hpp: add file Index: boost/boost/config/compiler/gcc.hpp =================================================================== RCS file: /cvs/lyx/lyx-devel/boost/boost/config/compiler/gcc.hpp,v retrieving revision 1.2 diff -u -r1.2 gcc.hpp --- boost/boost/config/compiler/gcc.hpp 2003/03/03 15:53:41 1.2 +++ boost/boost/config/compiler/gcc.hpp 2003/06/17 20:00:11 @@ -58,8 +58,8 @@ # error "Compiler not configured - please reconfigure" #endif // -// last known and checked version is 3.2: -#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 2)) +// last known and checked version is 3.3: +#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3)) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else
