NICTA / stateline

Distributed Markov Chain Monte Carlo
Other
28 stars 11 forks source link

Move to C++14? #91

Closed darrnshn closed 7 years ago

darrnshn commented 8 years ago

C++14 has some useful features and bug fixes, like generic lambdas, lambda capture, std::make_unique, heterogeneous lookup. However, this means we have to upgrade to GCC 5.0 and Clang 3.4.

darrnshn commented 7 years ago

This was done in the new comms refactor.