mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 15:05:47 -04:00
dep: Add rapidyaml
This commit is contained in:
9
dep/rapidyaml/include/c4/yml/std/string.hpp
Normal file
9
dep/rapidyaml/include/c4/yml/std/string.hpp
Normal file
@ -0,0 +1,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_
|
Reference in New Issue
Block a user