Fernando Cacciola wrote: > David Abrahams <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Which compilers are failing and where are the regression report >> pages? >> > Sorry for the delay, I was leaving the office when you posted this.... > > Most problems related to swap ocurr with GCC>3.3 and VC==6.0 > It appears that this problem ocurrs both with 1.30.0 and the current > rc 1.30.2
What's so surprising here? Everything fails exactly as it should. 1.30 has #ifndef __GNUC__ using std::swap; #endif and hence should fail on every non-broken GCC. HEAD has #ifndef BOOST_NO_STDC_NAMESPACE using std::swap; #endif instead and hence should fail on every BOOST_NO_STDC_NAMESPACE compiler that isn't a broken GCC. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost