group: impressed, cannot get all compilers to agree :)

This commit is contained in:
Michele Caini
2024-09-12 18:12:45 +02:00
parent 5f1a14cd43
commit d62204df4e

View File

@@ -93,7 +93,7 @@ template<typename... Lhs, typename... Rhs>
struct group_descriptor {
using size_type = std::size_t;
virtual ~group_descriptor() = default;
virtual ~group_descriptor() noexcept(false) {} // NOLINT
[[nodiscard]] virtual bool owned(const id_type) const noexcept {
return false;
}