Skip to content

Commit

Permalink
Merge pull request boostorg#207 from Kojoley/fix-missing-whitespace-i…
Browse files Browse the repository at this point in the history
…n-nested-template

Qi: Fixed missing space in the nested template
  • Loading branch information
djowel authored Aug 24, 2016
2 parents 5a80c8e + b2298b8 commit 8a6986d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ namespace boost { namespace spirit { namespace qi { namespace detail
{
// fix for alternative.cpp test case, FHE 2016-07-28
return call_optional_or_variant(
component, mpl::not_<spirit::traits::not_is_optional<Attribute, qi::domain>>());
component, mpl::not_<spirit::traits::not_is_optional<Attribute, qi::domain> >());
}

template <typename Component>
Expand Down

0 comments on commit 8a6986d

Please sign in to comment.