We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason, MSVC doesn't get FLANN_DEFAULT_PARAMETERS out of the import lib, even though it's there and objdump /exports lists it and everything.
FLANN_DEFAULT_PARAMETERS
objdump /exports
https://ci.appveyor.com/project/dougalsutherland/cyflann/build/1.0.49
Would be nice to use this so we can stop redefining the default parameters and actually use them from the library.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some reason, MSVC doesn't get
FLANN_DEFAULT_PARAMETERS
out of the import lib, even though it's there andobjdump /exports
lists it and everything.https://ci.appveyor.com/project/dougalsutherland/cyflann/build/1.0.49
Would be nice to use this so we can stop redefining the default parameters and actually use them from the library.
The text was updated successfully, but these errors were encountered: