Skip to content

Commit

Permalink
Revert StringFormat noexcept changes from 00620a9 for GCC <= 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart-auterion committed Jan 22, 2024
1 parent 2831956 commit b36b1b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mav/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ namespace mav {
static constexpr formatEndType end{};
static constexpr formatEndType toString{};

#if __GNUC__ > 9
StringFormat() noexcept = default;
#endif

template <typename T>
StringFormat& operator<< (const T &value) noexcept {
Expand Down

0 comments on commit b36b1b6

Please sign in to comment.