[Bug c++/21924] namespace ignored

2006-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-30 18:17 --- Mark as a dup of bug 7049. *** This bug has been marked as a duplicate of 7049 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/21924] namespace ignored

2006-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-30 18:17 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c++/21924] namespace ignored

2005-06-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-05 18:13 --- This is how namelookup works for functions. See the whole section in the standard about this, 3.4.2 [basic.lookup.koenig]. The section is named Argument-dependent name lookup. -- What|Remov