--- 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
--- 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".
http://gcc.gnu.org/onlinedocs/gcc/N
--- 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
#include
#include
void f () {
std::vector boundary_indicators;
transform (boundary_in
--- 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 g