repetier / Repetier-Firmware

Firmware for Arduino based RepRap 3D printer.
815 stars 734 forks source link

Move SAM/AVR to C++14 #1036

Closed AbsoluteCatalyst closed 4 years ago

AbsoluteCatalyst commented 4 years ago

I saw STM32's use 14' by default but the SAM's and AVR don't. This should make them equal and gives us a few nifty things like constexpr functions with if's/variables, auto return types etc.

repetier commented 4 years ago

Good idea. Not that we become problems from using C++ 14 somewhere otherwise:-)