Subject: Re: [Boost-users] [scope_exit] 1.57 MSVC C4003 warning
From: ch0kee (ch0kee_at_[hidden])
Date: 2014-11-07 06:14:30


Hi,
> Is BOOST_PP_VARIADICS enabled by mistake for MSVC (especially 2013)?
> Should I explicitly set BOOST_PP_VARIADICS=0 for MSVC?
We've been using boost extensively in our project for years, the Boost
Preprocessor library as well,
BOOST_SCOPE_EXIT, too, and we have BOOST_PP_VARIADICS=1, and everything
works like a charm.
We use the VS2010 C++ compiler.

- ch0kee