[Boost-bugs] [Boost C++ Libraries] #5320: variadic template used without -std=c++0x

Subject: [Boost-bugs] [Boost C++ Libraries] #5320: variadic template used without -std=c++0x
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-16 15:58:08


#5320: variadic template used without -std=c++0x
------------------------------+---------------------------------------------
 Reporter: rwgk | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
  Version: Boost 1.45.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 boost svn trunk rev. 70018

 Fedora 14
 g++ (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)

 % cat ttct.cpp
 #include <boost/type_traits/common_type.hpp>

 % g++ -c -Wall -I../boost ttct.cpp

 boost/boost/type_traits/common_type.hpp:70:22: warning: variadic templates
 only available with -std=c++0x or -std=gnu++0x
 boost/boost/type_traits/common_type.hpp:150:46: warning: variadic
 templates only available with -std=c++0x or -std=gnu++0x

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5320>
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