r271300 - in /trunk/libstdc++-v3: ChangeLog src...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu May 16 22:52:00 GMT 2019
Author: redi
Date: Thu May 16 22:52:10 2019
New Revision: 271300
URL: https://gcc.gnu.org/viewcvs?rev=271300&root=gcc&view=rev
Log:
Remove incorrect assertion from filesystem::absolute
The assertion is wrong, it should be *s.end() == 0, but that's not
allowed. Just remove it, but keep the comment.
* src/c++17/fs_ops.cc (absolute(const path&, error_code&))
[_GLIBCXX_FILESYSTEM_IS_WINDOWS]: Remove bogus assertion.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/src/c++17/fs_ops.cc
More information about the Libstdc++-cvs
mailing list