Subject: [Boost-bugs] [Boost C++ Libraries] #5376: Incorrect description for template parameters of handles_container
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-27 00:07:55
#5376: Incorrect description for template parameters of handles_container
---------------------------------------------------+------------------------
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: |
---------------------------------------------------+------------------------
http://www.boost.org/doc/libs/1_46_1/libs/spirit/doc/html/spirit/advanced/customize/handles_container.html
says that the type of handles_container is as follows:
{{{
#!cpp
template <typename Component, typename Attribute, typename Enable>
struct handles_container
{
typedef <unspecified> type;
};
}}}
However, in boost/spirit/home/support/handles_container.hpp, it is defined
as follows:
{{{
#!cpp
template <typename T, typename Attribute, typename Context
, typename Iterator, typename Enable>
struct handles_container : mpl::false_ {};
}}}
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/5376> 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