r272305 - in /branches/gcc-9-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Jun 14 18:11:00 GMT 2019


Author: redi
Date: Fri Jun 14 18:11:26 2019
New Revision: 272305

URL: https://gcc.gnu.org/viewcvs?rev=272305&root=gcc&view=rev
Log:
Remove redundant step in experimental::filesystem::path construction

Backport from mainline
2019-04-26  Jonathan Wakely  <jwakely@redhat.com>

	* include/experimental/bits/fs_path.h
	(path::_S_convert_loc<_InputIterator>): Create const std::string to
	avoid redundant call to _S_convert_loc with non-const pointers.

Modified:
    branches/gcc-9-branch/libstdc++-v3/ChangeLog
    branches/gcc-9-branch/libstdc++-v3/include/experimental/bits/fs_path.h



More information about the Libstdc++-cvs mailing list