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