Skip to content

Commit

Permalink
serialization update
Browse files Browse the repository at this point in the history
  • Loading branch information
abushev committed Jun 25, 2024
1 parent de0d113 commit f902a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtb/messaging/serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ namespace boost {
}

template<class Archive, class T>
void serialize(Archive &, [[maybe_unused]] openrtb::Regulations<T> & value, [[maybe_unused]] const unsigned int version) {
void serialize(Archive & ar, [[maybe_unused]] openrtb::Regulations<T> & value, [[maybe_unused]] const unsigned int version) {
ar & value.coppa;
}

/******* BidResponse *************************************************************/
Expand Down

0 comments on commit f902a56

Please sign in to comment.