Boost logo

Boost :

From: Paul A Bristow (pbristow_at_[hidden])
Date: 2005-11-10 13:24:12


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_at_[hidden]
| [mailto:boost-bounces_at_[hidden]] On Behalf Of John Torjo
| Sent: 09 November 2005 21:02
| To: boost_at_[hidden]
| Subject: Re: [boost] [Review] The review of the Boost.Logging
| library startstoday, November 7th


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk