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

bitmask<> doesn't compile in C++17... #39

Open
degski opened this issue Jan 28, 2019 · 2 comments
Open

bitmask<> doesn't compile in C++17... #39

degski opened this issue Jan 28, 2019 · 2 comments

Comments

@degski
Copy link

degski commented Jan 28, 2019

... because std::unary_function was removed in C++17.

1>In file included from y:\vcpkg\installed\x64-windows-static\include\experimental/bit_mask.hpp:10:
1>y:\vcpkg\installed\x64-windows-static\include\experimental/fundamental/v3/bits/bit_mask.hpp(627): error : unknown template name 'unary_function'
@viboes
Copy link
Owner

viboes commented Feb 11, 2019

Thanks for the report.

Would you mind to provide a patch?

@degski
Copy link
Author

degski commented Feb 12, 2019

Would you mind to provide a patch?

Sorry, but there's just too much that causes trouble. The Boost-like internal-inter-dependency-hell is not helping either.

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