diff --git a/include/flags/flags.hpp b/include/flags/flags.hpp index 207be0bc3..be69af22d 100644 --- a/include/flags/flags.hpp +++ b/include/flags/flags.hpp @@ -14,7 +14,9 @@ namespace flags { -constexpr struct empty_t{} empty; +constexpr struct empty_t { + constexpr empty_t() noexcept {} +} empty; template struct flags {