------- Comment #2 from rguenth at gcc dot gnu dot org 2009-07-19 10:16 ------- using namespace std; using namespace std::rel_ops;
is the problem. You are changing name-lookup results. With arbitrary using directives you can get to arbitrary name-lookup results. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40804