Re: [Libreoffice] Master Build Status

2011-02-05 Thread Caolán McNamara
On Fri, 2011-02-04 at 21:33 -0800, Joseph Powers wrote: > hash_map.resize( list.size ) > The issue here is that unordered_map doesn't have a resize() method so > we can no longer do this micro-optimization. hash_map::resize(n) "Increases the bucket count to at least n.", so unordered_map::rehas

[Libreoffice] Master Build Status

2011-02-04 Thread Joseph Powers
I'm able to build master on Mac OS X again. Fredrich's patches caused some fall out. First off, Fredrich can on line tonight (my time) and uploaded the last of his patches to upgrade Boost from 1.39.0 to 1.44.0. This my have fixed a few issues. I've done the following fixes: 1. We had about 4