marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Move to C++17 #175

Closed marekjm closed 7 years ago

marekjm commented 7 years ago

Both GCC7 and Clang 4.0 have sufficient support for the new standard to start compiling with -std=c++17 by default.

marekjm commented 7 years ago

Closed by e18ff8f4113fcb9ef44beddd0d6ee6964a1b7232.