diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2019-05-16 23:52:10 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2019-05-16 23:52:10 +0100 |
commit | 7110128236989c9f957b7345d5615e9df8a337f2 (patch) | |
tree | 7ef2b8fa926d7437d2f1b87a551eac6336d4c354 /gcc/go | |
parent | afc819e866602cfd1d15f578c33435fd7058f08e (diff) | |
download | gcc-7110128236989c9f957b7345d5615e9df8a337f2.zip gcc-7110128236989c9f957b7345d5615e9df8a337f2.tar.gz gcc-7110128236989c9f957b7345d5615e9df8a337f2.tar.bz2 |
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.
From-SVN: r271300
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions