r270608 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Fri Apr 26 15:58:00 GMT 2019
Author: redi
Date: Fri Apr 26 15:58:47 2019
New Revision: 270608
URL: https://gcc.gnu.org/viewcvs?rev=270608&root=gcc&view=rev
Log:
Remove redundant step in experimental::filesystem::path construction
* 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:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/experimental/bits/fs_path.h
More information about the Libstdc++-cvs
mailing list