fix iterator parameter

This commit is contained in:
bolero-MURAKAMI 2016-04-01 23:37:48 +09:00
commit 802f2fbaed
111 changed files with 607 additions and 633 deletions

View file

@ -52,8 +52,7 @@ namespace sprout {
{}
template<typename Context, typename Iterator>
SPROUT_CONSTEXPR typename result<Context, Iterator>::type operator()(
Iterator first,
Iterator last,
Iterator first, Iterator last,
Context const&
) const
{
@ -125,8 +124,7 @@ namespace sprout {
{}
template<typename Context, typename Iterator>
SPROUT_CONSTEXPR typename result<Context, Iterator>::type operator()(
Iterator first,
Iterator last,
Iterator first, Iterator last,
Context const&
) const
{