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 4e75254 commit de0d113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtb/messaging/serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ namespace boost {
void serialize(Archive &, [[maybe_unused]] vanilla::unicode_string & value, [[maybe_unused]] const unsigned int version) { //ar & value;
}

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

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

0 comments on commit de0d113

Please sign in to comment.