Skip to content

Commit

Permalink
fix bitfield [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vo-nil committed Dec 12, 2024
1 parent 4568cf3 commit a25cc62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace nil::crypto3 {
class basic_bitfield : public TFieldBase {
using base_impl_type = TFieldBase;

static_assert(nil::crypto3::detail::is_tuple<TMembers>::value,
static_assert(marshalling::detail::is_tuple<TMembers>::value,
"TMembers is expected to be a tuple of BitfieldMember<...>");

static_assert(1U < std::tuple_size<TMembers>::value,
Expand Down

0 comments on commit a25cc62

Please sign in to comment.