1#ifndef C4_YML_STD_STRING_HPP_ 2#define C4_YML_STD_STRING_HPP_ 3 4/** @file string.hpp substring conversions for/from std::string */ 5 6// everything we need is implemented here: 7#include <c4/std/string.hpp> 8 9#endif // C4_YML_STD_STRING_HPP_ 10 11