lirios / cmake-shared

:book: Shared CMake functions and macros
Other
8 stars 7 forks source link

Change C++ standard to C++14 #4

Closed Aldrog closed 5 years ago

Aldrog commented 5 years ago

C++14 has introduced several minor improvements and bugfixes over C++11. It doesn't bring any major new features but makes using features introduced in C++11 less cumbersome in some cases.

plfiorini commented 5 years ago

I'm rebuilding everything from QtCreator to see if something breaks...