Fully specify custom's namespace for when the ADL workaround is used.

[SVN r27915]
This commit is contained in:
Daniel James
2005-04-01 22:47:36 +00:00
parent 2160ce6891
commit 8c0b7d567e

View File

@@ -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();
} }