Schildkroet / Candle2

GRBL control interface in Qt.
GNU General Public License v3.0
203 stars 56 forks source link

replaced _GLIBCXX_USE_NOEXCEPT with noexcept #36

Closed m1bcodes closed 2 years ago

m1bcodes commented 2 years ago

Since the project is already configured for c++14, it is I think safe to use noexcept. Then it compiles with Visual Studio as well