> The new (Boost 1.30.0) BOOST_AUTO_UNIT_TEST macro appends the current > file line > number to the generated function name. This can cause name collisions > across > source files. My patch appends the function name. The function name has > global > visibility, so it should be unique.
BOOST_AUTO_UNIT_TEST couldn't work with multiple source files anyway, since header supply init function and you could not include it twice in separate modules. If you have solution that solve all the issues with multiple modules I will be happy to discuss it. Gennadiy. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost