[Bug c++/24604] namespace std aliasing

2006-10-22 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-10-23 00:56 --- Related to PR 29556. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added BugsThisDepen

[Bug c++/24604] namespace std aliasing

2005-10-31 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2005-11-01 04:05 --- Oh, ok, whatever. It's still unfortunate for my twisted purposes. I can see why this is not allowed in practice, since then namespace could be aliased all over the place, but at least the error message should make sen

[Bug c++/24604] namespace std aliasing

2005-10-31 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-01 00:46 --- The error message suggest that you are using a pre 4.0 compiler. As the mainline and 4.0.0 gives only one error message: earth:~>gcc t.cc t.cc:6: error: conflicting declaration 'namespace std = std6;' :0: error: 's