$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [filesystem] Move constructor from string_type
From: danny kabrane (dkabrane_at_[hidden])
Date: 2016-11-03 04:52:00
Hi all,
boost::filesystem::path has 2 constructors from a string_type, one with a
const reference and another one without const (wich I find troubling), but
there's no constructor from a rvalue string_type.
Is there something planned to add a move constructor from a string_type ?
Regards
Danny