Subject: [Boost-bugs] [Boost C++ Libraries] #1476: always<> is not nullary.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-25 02:05:07
#1476: always<> is not nullary.
---------------------------------------------------+------------------------
Reporter: Shunsuke Sogame <pstade.mb_at_[hidden]> | Owner: agurtovoy
Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: mpl
Version: Boost Development Trunk | Severity: Problem
Keywords: always |
---------------------------------------------------+------------------------
mpl::always is not nullary:
{{{
#include <boost/mpl/apply.hpp>
#include <boost/mpl/always.hpp>
typedef boost::mpl::apply< boost::mpl::always<int> >::type should_be_int;
}}}
This doesn't compile.
IMHO, this should compile.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1476>
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:49:57 UTC