Boost logo

Boost :

Subject: Re: [boost] 1.57.0 beta 1 is now available
From: Johan Doré (jdh_at_[hidden])
Date: 2014-10-29 08:56:26


Dear Boost

First of all thanks for all your great work. It is simply amazing.

We dowloaded 1.57 Beta 1 to test it, and have some first feedback for you.

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'

Best regards

Johan


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