Removed the std::wstring conversion

This commit is contained in:
jbeder
2009-08-22 00:25:37 +00:00
parent 770d6de545
commit 2c4a7cf58c
2 changed files with 0 additions and 18 deletions

View File

@@ -40,9 +40,6 @@ namespace YAML
template <>
bool Converter<_Null>::Convert(const std::string& input, _Null& output);
template <>
bool Converter<std::wstring>::Convert(const std::string& input, std::wstring& output);
}
#endif // CONVERSION_H_62B23520_7C8E_11DE_8A39_0800200C9A66