From 8c0b7d567e4e47e5fa73ce6926691a6d27bdaefe 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] --- hash/test/hash_custom_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/test/hash_custom_test.cpp b/hash/test/hash_custom_test.cpp index b4bc5e7..d0cbcf0 100644 --- a/hash/test/hash_custom_test.cpp +++ b/hash/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(); }