[Bug c++/35086] New: operator new may not be declared within a namespace

2008-02-04 Thread gilad at odinak dot com
declared within a namespace Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gilad at odinak dot com http

[Bug c++/35110] New: operator new may not be declared within a namespace

2008-02-06 Thread gilad at odinak dot com
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gilad at odinak dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35110

[Bug c++/13903] using namespace X does not work for operator new

2008-02-08 Thread gilad at odinak dot com
--- Comment #5 from gilad at odinak dot com 2008-02-08 18:30 --- Could you please tell me which standard does not allow it, and if a previous standard does allow it. It is the only way I found to avoid the memory allocator in my code from colliding with the memory allocator of a library

[Bug c++/13903] using namespace X does not work for operator new

2008-02-08 Thread gilad at odinak dot com
--- Comment #7 from gilad at odinak dot com 2008-02-09 04:18 --- Thanks by the way there's a typo in the spec locator it is not static but sometimes std and sometimes stc see here for the original suggestion to change the behavior http://www.open-std.org/jtc1/sc22/wg21/docs/papers