
27 Apr
2011
27 Apr
'11
12:22 p.m.
On Wed, 27 Apr 2011 08:50:34 +0100, John Maddock <boost.regex@virgin.net> wrote:
An empty file including only boost/tr1/functional.hpp seems to compile in 3s ...
Does any of the latest patches botched something here ?
I haven't changed anything in TR1 for some time. Seems OK here, what compiler/platform are you using?
We have the problem on Mac OS X using gcc 4.5 and on linux too. I pinpointed the stuff to result_of. Using std::tr1::Result_of from functional.hpp take roughly 3s. Including boost/utility/result_of is less than 1s.