[Bug libstdc++/33486] parallel v3: functions not in right namespace

2008-01-21 Thread singler at gcc dot gnu dot org
--- Comment #3 from singler at gcc dot gnu dot org 2008-01-21 15:14 --- So is this a bug in the library or in the definition/implementation of namespace association? The documentation on namespace association even mentions argument-dependent lookup.

[Bug libstdc++/33486] parallel v3: functions not in right namespace

2008-01-21 Thread bangerth at dealii dot org
--- Comment #4 from bangerth at dealii dot org 2008-01-21 22:01 --- I don't know. What namespace are the parallel containers in, and what namespace are the parallel algorithms in? W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33486

[Bug libstdc++/33486] parallel v3: functions not in right namespace

2007-10-09 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2007-10-10 01:07 --- By the way, here is finally also an example that definitely should compile due to Koenig lookup: - #include algorithm #include vector #include functional void f () { std::vectorint

[Bug libstdc++/33486] parallel v3: functions not in right namespace

2007-09-19 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2007-09-19 17:05 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at