mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix config macro name
This commit is contained in:
parent
d1379ff155
commit
1ed18456b3
13 changed files with 64 additions and 20 deletions
|
@ -25,6 +25,9 @@ namespace sprout {
|
|||
//
|
||||
// wmemchr
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log N)
|
||||
//
|
||||
inline SPROUT_CONSTEXPR wchar_t const*
|
||||
wmemchr(wchar_t const* s, wchar_t c, size_t n) {
|
||||
return sprout::detail::wmemchr_impl(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue