mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-16 10:49:05 +00:00
8 lines
238 B
C++
8 lines
238 B
C++
|
#ifndef SPROUT_UTILITY_STRING_REF_CONVERSION_HPP
|
||
|
#define SPROUT_UTILITY_STRING_REF_CONVERSION_HPP
|
||
|
|
||
|
#include <cstddef>
|
||
|
#include <sprout/utility/string_ref/from_string.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_UTILITY_STRING_REF_CONVERSION_HPP
|