mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
fix config macro name
This commit is contained in:
parent
d1379ff155
commit
1ed18456b3
13 changed files with 64 additions and 20 deletions
|
@ -23,6 +23,10 @@ namespace sprout {
|
|||
} // namespace detail
|
||||
|
||||
// 7.21.5.1 memchr ŠÖ<C5A0>”
|
||||
//
|
||||
// recursion depth:
|
||||
// O(log N)
|
||||
//
|
||||
inline SPROUT_CONSTEXPR void const*
|
||||
memchr(void const* s, int c, std::size_t n) {
|
||||
return sprout::detail::memchr_impl(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue