mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
1ef8a6a63b
support conversion array-like container iterator to pointer
8 lines
266 B
C++
8 lines
266 B
C++
#ifndef SPROUT_STRING_DETAIL_OPERATIONS_HPP
|
|
#define SPROUT_STRING_DETAIL_OPERATIONS_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/string/detail/find.hpp>
|
|
#include <sprout/string/detail/compare.hpp>
|
|
|
|
#endif // #ifndef SPROUT_STRING_DETAIL_OPERATIONS_HPP
|