mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
erase old code
This commit is contained in:
parent
e0ccfedaaa
commit
a786a7ccb1
3 changed files with 5 additions and 9 deletions
|
@ -2,13 +2,12 @@
|
|||
#define SPROUT_CSTRING_MEMCMP_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/type_traits/enabler_if.hpp>
|
||||
#include <sprout/iterator/ptr_index_iterator.hpp>
|
||||
#include <sprout/algorithm/tristate_lexicographical_compare.hpp>
|
||||
|
||||
#include <type_traits>
|
||||
#include <sprout/type_traits/enabler_if.hpp>
|
||||
|
||||
namespace sprout {
|
||||
// 7.21.4.1 memcmp ŠÖ<C5A0>”
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue