Opened 15 years ago
Closed 12 years ago
#1476 closed Bugs (fixed)
always<> is not nullary.
Reported by: | Owned by: | Joel Falcou | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | mpl |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | always | Cc: |
Description
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.
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in http://svn.boost.org/trac/boost/changeset/71163