$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [graph_parallel] property_serialize.hpp
From: Peter Dimov (lists_at_[hidden])
Date: 2018-10-06 21:29:22
Rene Rivera wrote:
> On Sat, Oct 6, 2018 at 4:00 PM Peter Dimov via Boost
> <boost_at_[hidden]> 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.