--- Comment #5 from mariofutire at googlemail dot com 2009-07-19 18:06
---
Thanks for your detailed answer.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40804
--- Comment #3 from mariofutire at googlemail dot com 2009-07-19 17:29
---
I have removed one of the "using" and still get the same problem:
#include
#include
using namespace std::rel_ops;
struct A
{
bool operator<(const A &) const;
};
void foo1()
{
b
--- Comment #1 from mariofutire at googlemail dot com 2009-07-19 09:11
---
Created an attachment (id=18227)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18227&action=view)
Preprocessed file to reproduce the error.
Filed obtained with
g++ -E foo.cpp -o foo.i
to reprod
std::rel_ops
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mariofutire at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40804