Christopher Kormanyos
I hope we can find a workaround. Compiler's behavior is very strange, but there should be some triggers for it. Maybe we can avoid them. Gennadiy
Let's see what John thinks of decorating the names in multiprecision. He did not sound too enthused in our preliminary discussions.
I was talking about workaround in Boost.Test code. The problem really comes from template instantiation in some other unrelated piece of code. If you can figure out what exactly triggers this bug maybe we can find a way to write the code differently. Gennadiy P.S. I suspect simply removing using statements from boost::itest namespace and using fully qualified names for boost::unit_test symbols would do the trick. Unless we can find "nicer" solution I can do the change.