wstrings are cross-platform

This commit is contained in:
Jeremy Rose 2021-03-24 10:47:53 -07:00
parent d874a59056
commit 7f7b1f6c8a

View file

@ -186,7 +186,6 @@ struct Converter<std::map<K, V>> {
}
};
#if defined(OS_WIN)
template <>
struct Converter<std::wstring> {
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
@ -208,7 +207,6 @@ struct Converter<std::wstring> {
}
}
};
#endif
} // namespace gin