$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] PolyCollection requiring copyable
From: Thorsten Ottosen (tottosen_at_[hidden])
Date: 2017-10-05 08:08:29
Den 04-10-2017 kl. 21:10 skrev d3fault via Boost-users:
>
> Thanks for that workaround Joaquin M López Muñoz. It's interesting,
> but not quite what I'm looking for (want both move and copy
> constructors deleted).
Perhaps
http://www.boost.org/doc/libs/1_64_0/libs/ptr_container/doc/reference.html
can help. boost::ptr_vector should be one's default choice.
kind regards
Thorsten