Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13007: When BOOST_BIND_NO_PLACEHOLDERS is defined, framework.ipp seems to be missing an #include
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-06-23 16:09:54
#13007: When BOOST_BIND_NO_PLACEHOLDERS is defined, framework.ipp seems to be
missing an #include
---------------------------+------------------------
Reporter: bspencer@⦠| Owner: renficiaud
Type: Bugs | Status: assigned
Milestone: Boost 1.65.0 | Component: test
Version: Boost 1.64.0 | Severity: Problem
Resolution: | Keywords:
---------------------------+------------------------
Comment (by renficiaud):
Sorry, I am not able to reproduce the error:
{{{
#define BOOST_BIND_NO_PLACEHOLDERS
#define BOOST_TEST_MODULE bind_no_placeholder
#include <boost/test/unit_test.hpp>
BOOST_AUTO_TEST_CASE(test1)
{
int i = 1;
BOOST_TEST(1 == i);
}
}}}
works. Am I missing something? I am doing this on the current develop
branch.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13007#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-06-23 16:22:41 UTC