From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2004-12-19 10:40:35


Hi all,

I was porting my older stuff into Boost 1.32, and it went fine with VC71.
However, using g++ 3.3, I ran into a lot of naming conflicts between STL and
MPL algoritms, such as find_if, copy_if, etc. From looking into previous
posts, I can see that tis relates to a combination of problems in the g++
STL, such as using unqualified calls, and ADL not working correctly.

Does anybody know if the problem was fixed in later versions of GCC?

Thanks,

Arkadiy