OSX/CI: threadweaver fails to build test

2014-08-20 Thread Marko Käning
Linking CXX executable ThreadWeaverJobTests [100%] Built target ThreadWeaverJobTests /Users/marko/WC/KDECI-builds/threadweaver/examples/ThumbNailer/Model.cpp:77:24: error: use of undeclared identifier 'accumulate' auto const soFar = accumulate(m_images.begin(), m_images.end(),

Re: OSX/CI: threadweaver fails to build test

2014-08-20 Thread Nicolás Alvarez
2014-08-20 14:21 GMT-03:00 Marko Käning mk-li...@email.de: Linking CXX executable ThreadWeaverJobTests [100%] Built target ThreadWeaverJobTests /Users/marko/WC/KDECI-builds/threadweaver/examples/ThumbNailer/Model.cpp:77:24: error: use of undeclared identifier 'accumulate' auto const

Re: OSX/CI: threadweaver fails to build test

2014-08-20 Thread Marko Käning
On 20 Aug 2014, at 19:28 , Nicolás Alvarez nicolas.alva...@gmail.com wrote: I got the same error on Windows. Fixed. Thanks, Nicolás, for taking care of this so quickly! (Will only later be able to test this on the OSX/CI system.) Greets, Marko ___