First, the regression tests are broken; the message is:

unknown dependent target <libs!test!build>libboost_prg_exec_monitor.lib

I assume this is the result of a change Glennadiy made last night in the test library build Jamfile, but reverting it to the prior version doesn't clear the problem. Sigh. I've emailed him privately.

Second, with VC++ large numbers of warnings are now appearing for many type traits headers. See below for an example. Since there haven't been changes to the headers, the warnings may be related to changes in some indirectly included header.

Fixes appreciated!

--Beman

c:\boost\site\boost\type_traits\is_void.hpp(21) : warning C4099: 'boost::is_void_rebind' : type name first seen using 'class' now seen using 'struct'
c:\boost\site\boost\type_traits\is_void.hpp(21) : see declaration of 'boost::is_void_rebind'


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to