r268707 - in /branches/gcc-8-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Fri Feb 8 20:30:00 GMT 2019


Author: redi
Date: Fri Feb  8 20:30:00 2019
New Revision: 268707

URL: https://gcc.gnu.org/viewcvs?rev=268707&root=gcc&view=rev
Log:
Backport small improvement to filesystem::absolute

	* src/c++17/fs_ops.cc (absolute(const path&, error_code&)): Do nothing
	if the path is already absolute.
	[!_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Pass error_code to current_path.

Modified:
    branches/gcc-8-branch/libstdc++-v3/ChangeLog
    branches/gcc-8-branch/libstdc++-v3/src/filesystem/std-ops.cc



More information about the Libstdc++-cvs mailing list