Boost logo

Boost :

Subject: Re: [boost] 1.57.0 beta 1 is now available
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-10-29 17:37:51


Le 29/10/14 13:56, Johan Doré a écrit :
>
>
> On Visual C++ 2013 (12.0.21005.1) we compile a project with this code:
>
> #include <boost/scope_exit.hpp>
>
> int _tmain(int argc, _TCHAR* argv[])
> {
> int Temp = 0;
>
> BOOST_SCOPE_EXIT(Temp) { Temp = 0; } BOOST_SCOPE_EXIT_END;
> return 0;
> }
>
> Unfortunately this gives us the warning:
>
> warning C4003: not enough actual parameters for macro 'BOOST_PP_EXPAND_I'
>
>
I suggest you to create a Track ticket.

Vicente


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