On Tuesday, March 13, 2012 22:03:45 Alex Rønne Petersen wrote: > Did you see my other post? Maybe we could do something like this: > > equals_t opEquals()(const auto ref SysTime rhs) const pure nothrow
That would probably work (though I wouldn't use equals_t, since it seems like an utterly pointless alias to me). Still, it shouldn't have to be templated to work with auto ref. - Jonathan M Davis