https://issues.dlang.org/show_bug.cgi?id=14478

Peter Alexander <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #6 from Peter Alexander <[email protected]> ---
(In reply to Jonathan M Davis from comment #3)
> <snip> And IIRC, C++ STL containers require that their elements
> be copyable in order to work, so it's not like we'd be the first to require
> this sort of thing.

Most containers in C++ only require movability, otherwise you couldn't have
containers of std::unique_ptr<T>.

--

Reply via email to