mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 05:35:46 -04:00
dep: Add rapidyaml
This commit is contained in:
16
dep/rapidyaml/include/c4/substr_fwd.hpp
Normal file
16
dep/rapidyaml/include/c4/substr_fwd.hpp
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef _C4_SUBSTR_FWD_HPP_
|
||||
#define _C4_SUBSTR_FWD_HPP_
|
||||
|
||||
#include "c4/export.hpp"
|
||||
|
||||
namespace c4 {
|
||||
|
||||
#ifndef DOXYGEN
|
||||
template<class C> struct basic_substring;
|
||||
using csubstr = C4CORE_EXPORT basic_substring<const char>;
|
||||
using substr = C4CORE_EXPORT basic_substring<char>;
|
||||
#endif // !DOXYGEN
|
||||
|
||||
} // namespace c4
|
||||
|
||||
#endif /* _C4_SUBSTR_FWD_HPP_ */
|
Reference in New Issue
Block a user