From: Hamish Mackenzie (hamish_at_[hidden])
Date: 2002-04-16 07:23:02


In case you didn't get my last reply (my copy at least got mangled) here
is a link to it in the archive

http://listarchives.boost.org/MailArchives/boost/msg28370.php

I think I must be doing something wrong in my test case for fold. I
increased the length of the list to 9 and the compile time jumped to 113
seconds. The error message still comes up promptly which makes me think
it is doing more work than I expected.

I was able to increase the length of the list passed to the top-level
recursion version to 30 and it still takes around 3.2 seconds to
compile.

Hamish