Commit cc2b3c86 by Jason Merrill

add missing error marker

From-SVN: r36578
parent 87cc8a1d
......@@ -2,6 +2,6 @@
// Origin: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
class T;
inline void operator<(T&, T&) { }
inline void operator<(T&, T&) { } // ERROR - previous definition
inline void operator<(T&, T&) { } // ERROR - duplicate definition
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment