boostorg / serialization

Boost.org serialization module
http://boost.org/libs/serialization
119 stars 139 forks source link

When will commented code in iserializer be released ? #279

Closed XDU-fish closed 1 year ago

XDU-fish commented 1 year ago

The iserializer should throw exception when file_version > version().

I noticed that the commented code had been opend in the develop branch before the 1.81 release.

Why it is still being commented in boost 1.81 release?

Could these code be uncommented in boost 1.82 version?

This is a very important thing that let us know if there is a future version object by throwing an exception. Thanks!

ArielSilver commented 1 year ago

@robertramey Should I open a pull request and fix it?

robertramey commented 1 year ago

Done