Subject: [Boost-bugs] [Boost C++ Libraries] #5319: BOOST_HAS_VARIADIC_TMPL defined in non-C++0x environment.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-16 14:30:25
#5319: BOOST_HAS_VARIADIC_TMPL defined in non-C++0x environment.
-------------------------------------------------------+--------------------
Reporter: Akira Takahashi <faithandbrave@â¦> | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------------------------+--------------------
in boost/config/compiler/gcc.hpp
{{{
// Variadic templates compiler:
// http://www.generic-programming.org/~dgregor/cpp/variadic-
templates.html
# if defined(__VARIADIC_TEMPLATES) || (__GNUC__ > 4) || ((__GNUC__ == 4)
&& (__GNUC_MINOR__ >= 4))
# define BOOST_HAS_VARIADIC_TMPL
# else
# define BOOST_NO_VARIADIC_TEMPLATES
# endif
#endif
}}}
Should add condition
{{{
defined(__GXX_EXPERIMENTAL_CXX0X__)
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5319> 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:05 UTC