mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 05:54:29 +02:00
Fully specify custom's namespace for when the ADL workaround is used.
[SVN r27915]
This commit is contained in:
@@ -30,7 +30,7 @@ namespace test
|
||||
namespace boost
|
||||
#endif
|
||||
{
|
||||
std::size_t hash_value(custom x)
|
||||
std::size_t hash_value(test::custom x)
|
||||
{
|
||||
return x.hash();
|
||||
}
|
||||
|
Reference in New Issue
Block a user