$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [core] [noncopyable] Add nonmoveable?
From: Peter Dimov (lists_at_[hidden])
Date: 2017-04-26 21:27:58
Viktor Sehr wrote:
> In addition to noncopyable, I sometimes want to force classes to be
> nonmoveable as well (mainly node-type classes in tree structures which
> other classes point to).
Every class that derives from noncopyable is also automatically nonmoveable,
so it's not clear what you're asking.