Skip to content
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

remove use of std::binary_function as it's removed in C++17 #19

Open
rconde01 opened this issue Oct 10, 2023 · 1 comment
Open

remove use of std::binary_function as it's removed in C++17 #19

rconde01 opened this issue Oct 10, 2023 · 1 comment

Comments

@rconde01
Copy link

https://en.cppreference.com/w/cpp/utility/functional/binary_function

@gvanem
Copy link

gvanem commented Aug 10, 2024

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 (?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants