
Dear Gennadiy, On Sat, 21 Jan 2012 04:54:34 +0000, Gennadiy Rozental wrote:
Torsten Maehne <Torsten.Maehne <at> gmx.de> writes:
It would be great if you could figure out what goes wrong there. After all, g++ is a very common compiler and even its latest versions seem to be affected.
I figured it out I think. I checked in a fix. The problem was in some other completely unrelated place.
Thanks for localising the problem, unfortunately, your fix was incomplete to make the test case compile on my platform. However, after looking at your patch, I knew for what I had to watch out and I found a second ipp file (boost/test/impl/logged_expectations.ipp), which contained a misplaced using namespace. Please, confer to the reopened ticket #6331 for details: https://svn.boost.org/trac/boost/ticket/6331
Gennadiy
Thanks for your help! Regards, Torsten