mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix.
This commit is contained in:
parent
93e22a984d
commit
15c3f55ebb
69 changed files with 406 additions and 367 deletions
|
@ -58,8 +58,7 @@ namespace sprout {
|
|||
&&sprout::equal(sprout::begin(arg), sprout::end(arg), ctx.begin())
|
||||
? result_type(
|
||||
true,
|
||||
sprout::next(ctx.begin(),
|
||||
sprout::size(arg)),
|
||||
sprout::next(ctx.begin(), sprout::size(arg)),
|
||||
attribute_type(),
|
||||
context_type(ctx, sprout::next(ctx.begin(), sprout::size(arg)))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue