mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
fix recursion depth: some algorithms
This commit is contained in:
parent
bb59363682
commit
e2b207d3be
34 changed files with 796 additions and 87 deletions
|
@ -90,7 +90,7 @@ namespace sprout {
|
|||
typedef sprout::pair<InputIterator, typename std::iterator_traits<InputIterator>::difference_type> type;
|
||||
return sprout::detail::count_impl(type(first, 0), last, value, 1).second;
|
||||
}
|
||||
} //namespace detail
|
||||
} // namespace detail
|
||||
|
||||
// 25.2.9 Count
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue