[Boost-bugs] [Boost C++ Libraries] #9137: mpl::and_<mpl::true_> returns false

Subject: [Boost-bugs] [Boost C++ Libraries] #9137: mpl::and_<mpl::true_> returns false
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-19 13:36:33


#9137: mpl::and_<mpl::true_> returns false
-------------------------------------------------+-----------------------
 Reporter: Agustín K-ballo Bergé <kaballo86@…> | Owner: agurtovoy
     Type: Bugs | Status: new
Milestone: Boost 1.55.0 | Component: mpl
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------------------+-----------------------
 The following snippet fails to compile:

 {{{
 #include <boost/mpl/and.hpp>
 #include <boost/mpl/bool.hpp>

 int main() {
     using namespace boost::mpl;
     static_assert(and_<true_>::value, "?"); //fires
 }
 }}}

 See also the following thread at the mailing list
 http://lists.boost.org/Archives/boost/2013/09/206333.php

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