erase old code

This commit is contained in:
bolero-MURAKAMI 2013-06-27 00:38:14 +09:00
parent e0ccfedaaa
commit a786a7ccb1
3 changed files with 5 additions and 9 deletions

View file

@ -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>
//