We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b731e2 commit 49bd6fbCopy full SHA for 49bd6fb
src/embind/embind.js
@@ -496,8 +496,7 @@ var LibraryEmbind = {
496
name = readLatin1String(name);
497
var stdStringIsUTF8
498
#if EMBIND_STD_STRING_IS_UTF8
499
- //process only std::string bindings with UTF8 support, in contrast to e.g. std::basic_string<unsigned char>
500
- = (name === "std::string");
+ = true;
501
#else
502
= false;
503
#endif
0 commit comments