delete comment

release/4.3a0
Kartik Arcot 2023-01-22 20:12:02 -08:00
parent a4458ec92b
commit ddb1f7d090
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@ void serialize(Archive& ar, std::optional<T>& t, const unsigned int version) {
boost::serialization::split_free(ar, t, version);
}
// derive boost::xml_archive_impl for archiving std::optional<T> with xml
} // namespace serialization
} // namespace boost