r241416 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Oct 21 17:00:00 GMT 2016


Author: redi
Date: Fri Oct 21 17:00:53 2016
New Revision: 241416

URL: https://gcc.gnu.org/viewcvs?rev=241416&root=gcc&view=rev
Log:
LWG2707 init filesystem::path from string_type&&

	* include/experimental/bits/fs_path.h (path::path(string_type&&))
	(path::operator=(string&&), path::assign(string_type&&)): Define
	construction and assignment from string_type rvalues (LWG 2707).

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/experimental/bits/fs_path.h



More information about the Libstdc++-cvs mailing list