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

BOOST_NO_CXX17_STD_INVOKE broken #221

Closed
NAThompson opened this issue Apr 3, 2018 · 3 comments
Closed

BOOST_NO_CXX17_STD_INVOKE broken #221

NAThompson opened this issue Apr 3, 2018 · 3 comments

Comments

@NAThompson
Copy link

BOOST_NO_CXX17_STD_INVOKE does not work on g++-6.4.0 or Apple LLVM version 9.1.0 (clang-902.0.39.1) in C++1z mode, due to the fact that their implementation of C++17 is incomplete.

@jzmaddock
Copy link
Collaborator

Confirmed for GCC-6.x. I've updated the test case in develop to check for invoke_result, and updated the GCC and msvc configurations. clang+libc++ will have to wait till I see what fails in the CI tests.

@jzmaddock
Copy link
Collaborator

See also #98

@jzmaddock
Copy link
Collaborator

Closing as this should be fixed now.

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