VS2017 warning STL4007 in boost/protect.hpp
Open
- Dominant language
- C++
- Stars
- 29
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
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,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.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.