Greetings:

 

Are there any map/set (or general/performance MPL) fixes for problems in earlier Boosts (such as 1.33.1) that didn't make it into the 1.34.0 Release Candidate? I ask because I'm working on a metaprogramming prototype (~200 lines of code so far) that uses associative sequences and whose compilation behavior was greatly improved by switching from 1.33.1 to 1.34.0, but now the compiler (msvc-8) runs out of heap space if I increase the size of the input sequence from 4 to 5 (in production, my solution would have to contend with sequences of size 60+, so I'm worried). I can't rule out the possibility that I've got some HUGE recursion or something going on in my prototype, but I want to pursue this possibility as well. If anyone is aware of said late-breaking fixes, I'd be grateful if you'd let me know how to get them (please be patient as I am a total CVS (not to mention Boost/MPL/newsgroup) newbie).

 

Thanks,

Tom