blob: 54784488af88a8a0bb49be82c22805aa90825c5e [file] [log] [blame]
// PR c++/10200
template<class Tp> inline void end(Tp) { }
template <typename T> bool tnegative(const T& t) { return t.end < 0; }