$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] PolyCollection requiring copyable
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2017-10-04 14:28:05
On 04/10/2017 9:09, Joaquin M López Muñoz via Boost-users wrote:
>
> This compiles and works fine; of course, if a segment reallocation is tried
> (when adding the 101st element) a not_moveable exception is thrown.
But I understand users don't care about the internal reallocation, they
just want to add more elements to the container, and they maybe can't
modify the definition of the base class / interface.
Ion