mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-16 10:49:05 +00:00
9 lines
266 B
C++
9 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
|