-
Notifications
You must be signed in to change notification settings - Fork 514
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
How can I get function templates specializations? #1874
Comments
It's been a while since I touched that, but I just took a quick look and I think what you're looking for might be under |
It looks that is also empty. If you look in dumped AST you can see:
So there is enough information to get all function specializations. Somehow that is not available through CppSharp. Could you please help me solve this problem? Eventually point me to where I should make changes. I am trying to instantiate the function templates. |
Brief Description
How can I get function templates specializations (similar to class templates specializations)?
I am using the following code:
Kind regards,
Mircea Troi
OS: Windows / OS X / Linux (include version and/or distro)
Windows, latest version.
Used headers
Used settings
Target: MSVC/GCC/Clang
MSVC
Other settings
Stack trace or incompilable generated code
The text was updated successfully, but these errors were encountered: