1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

support for C++14: memcmp, memchr

This commit is contained in:
bolero-MURAKAMI 2013-06-27 00:36:17 +09:00
parent 4182fb3fea
commit e0ccfedaaa
8 changed files with 80 additions and 9 deletions

View file

@ -0,0 +1,7 @@
#ifndef SPROUT_UTILITY_STRING_VIEW_HPP
#define SPROUT_UTILITY_STRING_VIEW_HPP
#include <sprout/config.hpp>
#include <sprout/utility/string_ref.hpp>
#endif // #ifndef SPROUT_UTILITY_STRING_VIEW_HPP