[filesystem] Move constructor from string_type
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
danny kabrane wrote
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)
the non-const variants were added to fix https://svn.boost.org/trac/boost/ticket/9219 see https://github.com/boostorg/filesystem/commit/4d64f34c014e7e14808edf92f6edb4... -- View this message in context: http://boost.2283326.n4.nabble.com/filesystem-Move-constructor-from-string-t... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (2)
-
alanbirtles2
-
danny kabrane