From 0aff6fe1a89c2e8ea5a1bd5a4d2dc86c8b3a097b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 1 Apr 2005 22:47:36 +0000 Subject: [PATCH] Fully specify custom's namespace for when the ADL workaround is used. [SVN r27915] --- test/hash_custom_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hash_custom_test.cpp b/test/hash_custom_test.cpp index b4bc5e7..d0cbcf0 100644 --- a/test/hash_custom_test.cpp +++ b/test/hash_custom_test.cpp @@ -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(); }