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

VS2017 warning STL4007 in boost/protect.hpp #18

Open
k15tfu opened this issue Oct 14, 2019 · 0 comments
Open

VS2017 warning STL4007 in boost/protect.hpp #18

k15tfu opened this issue Oct 14, 2019 · 0 comments

Comments

@k15tfu
Copy link

k15tfu commented Oct 14, 2019

boost::protect(std::bind()) warns about result_type which is deprecated since C++17:

2>.../boost/bind/protect.hpp(28): warning C4996: 'std::_Weak_result_type<std::_Is_memfunptr<void (__thiscall jetbrains::controller::pipe_client::* )(jetbrains::controller::pipe_client::client_context_ptr,uint32_t,jetbrains::controller::pipe_client::monitoring_context_ptr)>,void>::result_type': warning STL4007: Many result_type typedefs and all argument_type, first_argument_type, and second_argument_type typedefs are deprecated in C++17.
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

1 participant