mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add iterator category check for algorithm incomplete implementation
This commit is contained in:
parent
1cfec16e52
commit
092910e2f7
29 changed files with 139 additions and 91 deletions
|
@ -24,7 +24,7 @@ namespace sprout {
|
|||
: sprout::detail::strchr_impl_1(
|
||||
sprout::detail::strchr_impl_1(
|
||||
current,
|
||||
value, n / 2
|
||||
value, n / 2
|
||||
),
|
||||
value, n - n / 2
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue