mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix implementation
This commit is contained in:
parent
84508d6a6c
commit
f26032dce8
33 changed files with 81 additions and 79 deletions
|
@ -6,8 +6,8 @@
|
|||
#include <sprout/string.hpp>
|
||||
#include <sprout/array.hpp>
|
||||
#include <sprout/tuple/tuple.hpp>
|
||||
#include HDR_ALGORITHM_SSCRISK_CEL_OR_SPROUT
|
||||
#include <sprout/iterator/operation.hpp>
|
||||
#include <sprout/algorithm/find.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace weed {
|
||||
|
@ -101,7 +101,7 @@ namespace sprout {
|
|||
return sprout::weed::detail::ovalue_at<IntType>(
|
||||
sprout::distance(
|
||||
sprout::weed::detail::odigits<Elem>::table.begin(),
|
||||
NS_SSCRISK_CEL_OR_SPROUT::find(
|
||||
sprout::find(
|
||||
sprout::weed::detail::odigits<Elem>::table.begin(),
|
||||
sprout::weed::detail::odigits<Elem>::table.end(),
|
||||
c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue