Subject: [Boost-bugs] [Boost C++ Libraries] #10600: clang with libstdc++ doesn't have <tuple>
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-04 20:01:29
#10600: clang with libstdc++ doesn't have <tuple>
------------------------------+-------------------------
Reporter: marc.glisse@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+-------------------------
Hello,
when I use a very recent clang with a very recent libstdc++ and a very
recent boost, I still get BOOST_NO_0X_HDR_TUPLE defined. This seems to be
because feature tests rely on !__GNUC!__ and !__GNUC_MINOR!__ to detect
libstdc++ features. I understand that !__GLIBCXX!__ is hard to use.
However, for this case, !__has_include(<tuple>) would give a more reliable
answer.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10600> 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-02-16 18:50:17 UTC