[Boost-bugs] [Boost C++ Libraries] #8188: boost/type_traits.hpp should define 'conditional' in c++ 2011.

Subject: [Boost-bugs] [Boost C++ Libraries] #8188: boost/type_traits.hpp should define 'conditional' in c++ 2011.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-27 15:44:04


#8188: boost/type_traits.hpp should define 'conditional' in c++ 2011.
------------------------------+---------------------------------------------
 Reporter: edupuis | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
  Version: Boost 1.53.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 From a message posted on the Boost mailing list on February 27.

 Template boost::conditional is defined by
 {{{
 #include "boost/type_traits/conditional.cpp"
 }}}

 Indeed, type_traits accepted in TR1 did not included 'conditional'.

 However, C++2011 adds it, hence it is expected that when compiling in
 C++2011 mode, the following include
 {{{
 #include "boost/type_traits.hpp"
 }}}
 would indeed define 'conditional' (by including conditional.hpp for
 example).

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