6 Oct
2018
6 Oct
'18
9:29 p.m.
Rene Rivera wrote:
On Sat, Oct 6, 2018 at 4:00 PM Peter Dimov via Boost
wrote: I'm looking at boost/pending/property_serialize.hpp, with the intent of
[...]
But fixing this could conceivably break existing code that serializes and deserializes non-parallel graphs and relies on a certain format on disk.
So... should we fix this or not?
Since it's in "pending" I'd say there's no expectation of back compatibility, and hence anything goes.
This particular header is in pending/, but it's used when serializing a boost::adjacency_list, which is not.