Skip to content

Commit

Permalink
pre-rel 1.0d
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Jun 22, 2024
1 parent 3041f4e commit 194e0c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fix8/conjure_enum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ namespace ostream_enum_operator
template<typename T>
concept valid_bitset_enum = valid_enum<T> and requires(T)
{
requires conjure_enum<T>::count() > 0;
requires static_cast<std::size_t>(conjure_enum<T>::values.back()) < conjure_enum<T>::count();
};

Expand Down

0 comments on commit 194e0c6

Please sign in to comment.