Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13574: Unable to compile boost/test for C++17
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-06-21 17:39:26
#13574: Unable to compile boost/test for C++17
-----------------------------------+-------------------------------
Reporter: ki.stfu@⦠| Owner: Gennadiy Rozental
Type: Tasks | Status: new
Milestone: To Be Determined | Component: test
Version: Boost Release Branch | Severity: Problem
Resolution: | Keywords:
-----------------------------------+-------------------------------
Comment (by Raffi Enficiaud):
For the record, this is what we have in Boost.Test:
{{{
#ifdef BOOST_NO_CXX98_BINDERS
#define BOOST_TEST_BIND1ST(F,A) std::bind( (F), (A), std::placeholders::_1
)
#else
#define BOOST_TEST_BIND1ST(F,A) std::bind1st( (F), (A) )
#endif
}}}
For you `BOOST_NO_CXX98_BINDERS` should be defined, and it would be useful
that you check that. Maybe some include is missing.
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13574#comment:4> 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 : 2018-06-21 17:44:39 UTC