Subject: [Boost-bugs] [Boost C++ Libraries] #10500: gcc-5 is assumed to have variadic templates
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-12 14:49:39
#10500: gcc-5 is assumed to have variadic templates
------------------------------+-------------------------
Reporter: marc.glisse@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
Version: Boost 1.56.0 | Severity: Problem
Keywords: |
------------------------------+-------------------------
When !__GNUC!__ > 4, boost defines BOOST_HAS_VARIADIC_TMPL (and not
BOOST_NO_CXX11_VARIADIC_TEMPLATES) without checking any of !__cplusplus,
!__GXX_EXPERIMENTAL_CXX0X!__ or !__cpp_variadic_templates. Whatever the
default ends up being in gcc-5, -std=c++98 will still be an option, so
this needs to be changed.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10500> 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:16 UTC