** empty log message **

[SVN r4139]
This commit is contained in:
Daniel James
2007-05-19 20:04:14 +00:00
parent 50d3138552
commit e73b90fa86
5 changed files with 23 additions and 9 deletions

View File

@@ -16,10 +16,18 @@ private:
count_copies& operator=(count_copies const&);
};
#if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP)
namespace boost {
#endif
std::size_t hash_value(count_copies const& x) {
return 0;
}
#if defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP)
}
#endif
bool operator==(count_copies const& x, count_copies const& y) {
return true;
}