id summary reporter owner description type status milestone component version severity resolution keywords cc 5376 Incorrect description for template parameters of handles_container Yasutaka ATARASHI Hartmut Kaiser "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 struct handles_container { typedef type; }; }}} However, in boost/spirit/home/support/handles_container.hpp, it is defined as follows: {{{ #!cpp template struct handles_container : mpl::false_ {}; }}} NOTE: Version field does not have 1.46.1, so I set it to 1.46.0. " Bugs closed To Be Determined spirit Boost 1.46.0 Cosmetic fixed