Skip to content

Commit

Permalink
Revert "Revert StringFormat noexcept changes from 00620a9 for GCC <= 9."
Browse files Browse the repository at this point in the history
This reverts commit b36b1b6.
  • Loading branch information
stuart-auterion committed Jan 23, 2024
1 parent 31a5ce3 commit b14f408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/mav/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ 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 b14f408

Please sign in to comment.