Skip to content

Commit

Permalink
fix cista members test case
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Nov 3, 2021
1 parent c3ff21d commit 7027047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cista_members_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct serialize_me : public parent {
auto cista_members() noexcept { return std::tie(u_, v_, w_, a_, j_); }
int a_{0};
struct inner : public parent {
auto cista_members() noexcept { return std::tie(b_, c_, d_); }
auto cista_members() noexcept { return std::tie(u_, v_, w_, b_, c_, d_); }
int b_{0};
int c_{0};
cista::raw::string d_;
Expand Down

0 comments on commit 7027047

Please sign in to comment.