Simon Brown@sjb3dShifted lots of code using boost smartptr/thread/mutex/function/bind to use C++11 equivs. Works! No boost deps now, but #notsureifworthit...6:49 PM · Jan 24, 2013·Twitter Web Client1 Retweet
Simon Brown@sjb3d·Jan 24, 2013Replying to @won3d@won3d actually about 3% faster builds overall with C++11 (clang+libc++)
Simon Brown@sjb3d·Jan 24, 2013@nonchaotic not much in it but yep 3% build time win after naive port :)
Andrew@AndrewRHarvey·Jan 24, 2013Replying to @sjb3d@sjb3d Funny you mention boost - I began converting a lot of C Python API into boost::python today... I admire it's tersity.