$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [optional] Support for moving values
From: Adam Badura (abadura_at_[hidden])
Date: 2012-11-14 06:46:49
Are there any plans to add support for move constructors and assignment
operators?
I noticed that many Boost libraries miss that support. And it is especially
"visible" in case of such utilities like boost::optional or boost::variant.
Adam Badura