forked from boostorg/intrusive
b1da5c25b4e91214a7983ddee6e328e3454b2e4f
If key type is `void*`, wrong `operator()` is chosen because of the dummy argument that is used for SFINAE. As a result the key comparison adapter invokes the user's predicate with only one argument, which fails to compile. Use a more distict type for SFINAE in the dummy arguments. Fixes ticket #12745.
Fixed Trac ticket #11476 ("has_member_function_callable_with.hpp is massively broken with BOOST_NO_CXX11_DECLTYPE")
Description
Boost.org intrusive module
5.8 MiB
Languages
C++
99.9%