Subject: [Boost-bugs] [Boost C++ Libraries] #5375: is_container itself should be MPL boolean instead of type typedef.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-26 23:56:17
#5375: is_container itself should be MPL boolean instead of type typedef.
---------------------------------------------------+------------------------
Reporter: Yasutaka ATARASHI <atara-y@â¦> | Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
Version: Boost 1.46.0 | Severity: Problem
Keywords: |
---------------------------------------------------+------------------------
Expression Semantics in
http://www.boost.org/doc/libs/1_46_1/libs/spirit/doc/html/spirit/advanced/customize/is_container.html
says that is_container<C>::type is MPL Boolean Constant.
However, at least, inside boost/spirit/home/qi/detail/pass_container.hpp
and boost/spirit/home/karma/detail/pass_container.hpp, is_container<C>
itself is used as MPL Boolean Constant, like
traits::is_container<RHSAttribute>::value.
NOTE: Version field does not have 1.46.1, so I set it to 1.46.0.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5375> 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:06 UTC