Index: boost/spirit/home/qi/nonterminal/detail/parameterized.hpp =================================================================== --- boost/spirit/home/qi/nonterminal/detail/parameterized.hpp (revision 68724) +++ boost/spirit/home/qi/nonterminal/detail/parameterized.hpp (revision 68725) @@ -14,6 +14,7 @@ #include +#include #include namespace boost { namespace spirit { namespace qi @@ -59,4 +60,16 @@ namespace boost { namespace spirit { nam }; }}} +namespace boost { namespace spirit { namespace traits +{ + /////////////////////////////////////////////////////////////////////////// + template + struct handles_container + , Attribute, Context, Iterator> + : handles_container::type + , Attribute, Context, Iterator> + {}; +}}} + #endif Index: boost/spirit/home/karma/nonterminal/detail/parameterized.hpp =================================================================== --- boost/spirit/home/karma/nonterminal/detail/parameterized.hpp (revision 68724) +++ boost/spirit/home/karma/nonterminal/detail/parameterized.hpp (revision 68725) @@ -14,6 +14,7 @@ #include +#include #include namespace boost { namespace spirit { namespace karma @@ -60,4 +61,17 @@ namespace boost { namespace spirit { nam }; }}} + +namespace boost { namespace spirit { namespace traits +{ + /////////////////////////////////////////////////////////////////////////// + template + struct handles_container + , Attribute, Context, Iterator> + : handles_container::type + , Attribute, Context, Iterator> + {}; +}}} + #endif