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
https://en.cppreference.com/w/cpp/utility/functional/binary_function
The text was updated successfully, but these errors were encountered:
I have the same issue when using MSVC or clang-cl to build this. E.g. errors like:
core\lib\NavFilter\CNavFilterData.hpp(64): error C2039: 'binary_function': is not a member of 'std' (compiling source file core/lib/NavFilter/CNavCrossSourceFilter.cpp)
But I'm not sure MSVC is a valid compiler for this GNSSTk project (?).
Sorry, something went wrong.
No branches or pull requests
https://en.cppreference.com/w/cpp/utility/functional/binary_function
The text was updated successfully, but these errors were encountered: