Thread Previous • Date Previous • Date Next • Thread Next |
Just setting C++11 will break some builds on some setups thanks to boost and GCC (making its own decision on 128-bit float support) See: https://svn.boost.org/trac/boost/ticket/9240 The workaround is to start defining boost flags or define gnu++11 for gcc Ubuntu 14 is affected by that.
Thread Previous • Date Previous • Date Next • Thread Next |