mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Patched to read into std::wstring
This commit is contained in:
@@ -32,4 +32,7 @@ namespace YAML
|
||||
|
||||
template <>
|
||||
bool Converter<bool>::Convert(const std::string& input, bool& output);
|
||||
|
||||
template <>
|
||||
bool Converter<std::wstring>::Convert(const std::string& input, std::wstring& output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user