$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2023-05-12 01:45:37
On Thu, May 11, 2023 at 9:20â¯PM Marshall Clow via Boost <
boost_at_[hidden]> wrote:
> > On May 11, 2023, at 12:01 PM, Bryan St. Amour via Boost <
> boost_at_[hidden]> wrote:
> >
> > Hi,
> >
> > I noticed that under boost/serialization, there is a file
> "collection_size_type copy.hpp" (notice the space in the file name.)
> Comparing it with the contents of collection_size_type.hpp, it looks like
> "collection_size_type copy.hpp" is newer. Can someone verify which one is
> the correct collection_size_type header file?
>
> This is https://github.com/boostorg/serialization/issues/237 <
> https://github.com/boostorg/serialization/issues/237>
> And https://github.com/boostorg/serialization/issues/221 <
> https://github.com/boostorg/serialization/issues/221>
>
> Sadly, this has been a problem for several releases.
>
>
Robert removed it from develop a while ago but it's still in master.
Robert, your merges to master aren't removing the file, you need to fix
your branches.
Glen