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 cb8b8fe commit 0593ab0Copy full SHA for 0593ab0
src/embind/embind.js
@@ -615,7 +615,6 @@ var LibraryEmbind = {
615
616
// maxRange comes through as -1 for uint64_t (see issue 13902). Work around that temporarily
617
if (isUnsignedType) {
618
- // Use string because acorn does recognize bigint literals
619
maxRange = (1n << 64n) - 1n;
620
}
621
0 commit comments