[Bug libstdc++/26142] global debug namespace clashes everywhere

2023-09-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26142 --- Comment #11 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:affbb7b4322a01cecddaa4dfb70faee925a2348b commit r14-3654-gaffbb7b4322a01cecddaa4dfb70faee925a2348b Author: Jonathan Wakely Date:

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-03-15 Thread bkoz at gcc dot gnu dot org
--- Comment #10 from bkoz at gcc dot gnu dot org 2006-03-16 01:42 --- Subject: Bug 26142 Author: bkoz Date: Thu Mar 16 01:42:24 2006 New Revision: 112114 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112114 Log: 2006-02-22 Paolo Carlini <[EMAIL PROTECTED]> * include/

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-22 Thread mueller at gcc dot gnu dot org
--- Comment #9 from mueller at gcc dot gnu dot org 2006-02-22 18:53 --- Yes, thanks. -- mueller at gcc dot gnu dot org changed: What|Removed |Added Status|RE

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-22 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2006-02-22 17:17 --- This is now fixed to my satisfaction. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-08 Thread bkoz at gcc dot gnu dot org
--- Comment #7 from bkoz at gcc dot gnu dot org 2006-02-09 05:07 --- Subject: Bug 26142 Author: bkoz Date: Thu Feb 9 05:07:09 2006 New Revision: 110787 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110787 Log: 2006-02-08 Benjamin Kosnik <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-08 Thread bkoz at gcc dot gnu dot org
--- Comment #6 from bkoz at gcc dot gnu dot org 2006-02-09 04:31 --- Subject: Bug 26142 Author: bkoz Date: Thu Feb 9 04:31:38 2006 New Revision: 110786 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110786 Log: 2006-02-08 Benjamin Kosnik <[EMAIL PROTECTED]> PR libstd

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-08 Thread bkoz at gcc dot gnu dot org
--- Comment #5 from bkoz at gcc dot gnu dot org 2006-02-08 21:42 --- Created an attachment (id=10806) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10806&action=view) patch for debug -> std::debug Whoops, attached to the wrong bug at first. Here, this is testing, but once done wi

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-08 Thread bkoz at gcc dot gnu dot org
-- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bkoz at gcc dot gnu dot org |dot org

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-07 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-07 14:49 --- (In reply to comment #1) > In fact this cause us to produce an error and an ICE for the following code: > #include > > namespace debug > { > int i; > } > -- > t.cc:4: error: namespace alias ‘debug’ not allowe

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-07 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-07 14:20 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-06 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2006-02-07 05:43 --- Sorry, the alias should only be visible when the user has explicitly invoked the debug mode, otherwise absent. I'll fix this. -benjamin -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26142

[Bug libstdc++/26142] global debug namespace clashes everywhere

2006-02-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-07 00:46 --- Introduced by: 2005-12-18 Benjamin Kosnik <[EMAIL PROTECTED]> * include/debug/formatter: Simplify namespace qualifications for current, nested-only reality. Add top-level namespace alias, n