Boost logo

Boost Users :

Subject: Re: [Boost-users] [scope_exit] 1.57 MSVC C4003 warning
From: Edward Diener (eldiener_at_[hidden])
Date: 2015-03-16 11:03:36


On 3/16/2015 3:25 AM, Cheng Mo wrote:
> Hi Filip:
> It is happened on VS 2010 as well.
> Hi Edward:
> Excuse me about this question postponed.
> I have just had this problem and have found this thread.
> Could you tell me what mean by "BOOST PP level" does ?
> Thanks.
> Sincerely
> Mo.Cheng

Just ignore the warning. VC++ is not a C++ standard conformant
preprocessor and so it gives lots of spurious warnings. If you want to
get rid of the warnings altogether just add '-wd4003' to your command
line. In bjam you can add '<cxxflags>-wd4003'.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net