This commit is contained in:
Jeremy Rose 2021-03-24 10:47:53 -07:00
Родитель d874a59056
Коммит 7f7b1f6c8a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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