diff --git a/include/mav/utils.h b/include/mav/utils.h index 2f420cf..fc7cf8e 100644 --- a/include/mav/utils.h +++ b/include/mav/utils.h @@ -116,7 +116,9 @@ namespace mav { static constexpr formatEndType end{}; static constexpr formatEndType toString{}; +#if __GNUC__ > 9 StringFormat() noexcept = default; +#endif template StringFormat& operator<< (const T &value) noexcept {