mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix search_one_rev
This commit is contained in:
parent
11b172e02d
commit
1944a437e3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ namespace sprout {
|
||||||
BidirectionalIterator2 first2, BidirectionalIterator2 last2
|
BidirectionalIterator2 first2, BidirectionalIterator2 last2
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return sprout::detail::search_one(first1, last1, first2, last2, sprout::equal_to<>());
|
return sprout::detail::search_one_rev(first1, last1, first2, last2, sprout::equal_to<>());
|
||||||
}
|
}
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
} // namespace sprout
|
} // namespace sprout
|
||||||
|
|
Loading…
Reference in a new issue