wstrings are cross-platform
This commit is contained in:
parent
d874a59056
commit
7f7b1f6c8a
1 changed files with 0 additions and 2 deletions
|
@ -186,7 +186,6 @@ struct Converter<std::map<K, V>> {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(OS_WIN)
|
|
||||||
template <>
|
template <>
|
||||||
struct Converter<std::wstring> {
|
struct Converter<std::wstring> {
|
||||||
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
|
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
|
||||||
|
@ -208,7 +207,6 @@ struct Converter<std::wstring> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
|
||||||
} // namespace gin
|
} // namespace gin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue