mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04: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
|
@ -96,7 +96,7 @@ namespace sprout {
|
|||
{
|
||||
return sprout::detail::tristate_lexicographical_compare_impl(first1, last1, first2, last2, comp);
|
||||
}
|
||||
} //namespace detail
|
||||
} // namespace detail
|
||||
|
||||
//
|
||||
// tristate_lexicographical_compare
|
||||
|
@ -233,7 +233,7 @@ namespace sprout {
|
|||
{
|
||||
return sprout::detail::tristate_lexicographical_compare_2_impl(first1, last1, delim1, first2, last2, delim2, comp);
|
||||
}
|
||||
} //namespace detail
|
||||
} // namespace detail
|
||||
|
||||
//
|
||||
// tristate_lexicographical_compare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue