
VS 2005 8.0 release. Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) <<< Anyone know what the 4200 is? And is 2 * 8 = 16 why isn't version 16? _MSC_FULL_VER is 140050727 Test .\testLogging.cpp Thu Nov 10 18:07:32 2005 18:17:10 [myapp] testing99 18:17:10 [myapp] a simple info 18:17:10 [myapp] debug out99 Press any key to continue . . . MSVC++ compiler Version 8.0 log_manager.cpp i:\boost_root\boost/log/log.hpp(168) : warning C4512: 'boost::logging::logger_and_level' : assignment operator could not be generated i:\boost_root\boost/log/log.hpp(164) : see declaration of 'boost::logging::logger_and_level' i:\boost_root\libs\log\src\log_manager.cpp(83) : warning C4100: 'lvl' : unreferenced formal parameter You may wish so suppress these for MSVC? I presume they are spurious warnings? # pragma warning(disable: 4512) // assignment operator could not be generated. # pragma warning(disable: 4100) // unreferenced formal parameter. Paul | -----Original Message----- | From: boost-bounces@lists.boost.org | [mailto:boost-bounces@lists.boost.org] On Behalf Of John Torjo | Sent: 09 November 2005 21:02 | To: boost@lists.boost.org | Subject: Re: [boost] [Review] The review of the Boost.Logging | library startstoday, November 7th