mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +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
|
namespace boost
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
std::size_t hash_value(custom x)
|
std::size_t hash_value(test::custom x)
|
||||||
{
|
{
|
||||||
return x.hash();
|
return x.hash();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user