forked from boostorg/unordered
Improved support for testing on older versions of gcc.
Link tests. Plus more... [SVN r2980]
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
namespace test
|
||||
{
|
||||
template <class T>
|
||||
bool equivalent_impl(T const& x, T const& y) {
|
||||
template <class T1, class T2>
|
||||
bool equivalent_impl(T1 const& x, T2 const& y) {
|
||||
return x == y;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user