std-make icon indicating copy to clipboard operation
std-make copied to clipboard

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

Open degski opened this issue 6 years ago • 2 comments

... 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'

degski avatar Jan 28 '19 14:01 degski

Thanks for the report.

Would you mind to provide a patch?

viboes avatar Feb 11 '19 22:02 viboes

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.

degski avatar Feb 12 '19 03:02 degski