Subject: [Boost-bugs] [Boost C++ Libraries] #13574: Unable to compile boost/test for C++17
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-05-24 12:58:48
#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
Keywords: |
----------------------------------+-------------------------------
For example:
{{{
clang-linux.compile.c++.without-pth
bin.v2/linux.static.x64/boost/bin.v2/libs/test/build/clang-
linux-6.0.0/release/link-static/threading-multi/debug.o
In file included from libs/test/src/debug.cpp:16:
In file included from ./boost/test/impl/debug.ipp:53:
./boost/test/utils/algorithm.hpp:118:42: error: no member named 'bind1st'
in namespace 'std'
if( std::find_if( first2, last2, BOOST_TEST_BIND1ST( pred, *first1
) ) == last2 )
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./boost/test/utils/algorithm.hpp:25:38: note: expanded from macro
'BOOST_TEST_BIND1ST'
#define BOOST_TEST_BIND1ST(F,A) std::bind1st( (F), (A) )
}}}
https://github.com/boostorg/test/issues/146
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13574> 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-05-24 13:03:57 UTC