[Bug c++/26448] unnecessary namespace-alias ambiguity
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 8 04:52:00 GMT 2006
------- Comment #1 from bangerth at dealii dot org 2006-03-08 04:52 -------
My understanding is that this code is in fact invalid (and icc
agrees with me). You may consider this part of the standard
gratuitously unfriendly, but remember that namespace aliases form
a directed graph and proving that two paths in the graph lead to the
same node is not necessarily a cheap task.
W.
--
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bangerth at dealii dot org
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26448
More information about the Gcc-bugs
mailing list