forked from boostorg/intrusive
This commit fixes a compilation error with gcc 8.2 about ambiguous function calls in tree_value_compare when the user specifies a key that has type void*. The fix take approach similar to https://github.com/boostorg/intrusive/pull/21.