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