Patched to read into std::wstring

This commit is contained in:
jbeder
2009-07-15 20:47:51 +00:00
parent fd5bf7c29a
commit f8440aa0e5
2 changed files with 18 additions and 1 deletions

View File

@@ -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);
}