On 5 April 2018 at 16:11, Thorsten Ottosen via Boost-users
<boost-users@lists.boost.org> wrote:
>
> It's the fact that one of the merged changes was to inherit privately from
> the clone_allocator which in turn forbids the use of final classes as
> clone_allocator types.
Oh, that's something I haven't thought about. There are quite a few
places in boost where inheritance from generic types is used,
presumably they've all got the same problem. I'm not sure if there's a
good way to handle this.