Andrey Semashev b1da5c25b4 Fix compilation in case if key is void*
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.
2017-01-14 15:33:01 +03:00
2016-11-13 17:48:11 +01:00
2014-08-18 15:00:01 +01:00
2007-05-04 21:22:02 +00:00
2009-10-14 13:08:04 +00:00
S
Description
Boost.org intrusive module
5.8 MiB
Languages
C++ 99.9%