-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: no matching member function for call to 'function' (With .h file included) #22653
Comments
|
@brendandahl My apologies, I linked the original file, I corrected the link, and I will link it here as well: |
The error is not helpful in this case, but it's coming from the template matching failing since
|
@brendandahl I am not really sure how to use the |
There are a few things you need to fix:
All that said, JS also supports BigInt so you could just use that. :) |
Thank you for your help, I was trying to build a project file by file, but you are right, I could have just used the BigInt module in JS, I do have some other issues with some other things, but I will create another issue for that, thanks again. |
Please include the following in your bug report:
Version of emscripten/emsdk:
Failing command line in full:
My code is in the following files:
BigInteger.cpp:
BigInteger.cpp.txt
BigInteger.h:
BigInteger.h.txt
I am trying to use the functions nested in the BigInteger class, so I am trying to use EMScripten binding, and I keep getting the same error. I followed the EMScripten documentation pretty closely:
The text was updated successfully, but these errors were encountered: