libstdc++: Fix missing descriptions in ChangeLog entries

This commit is contained in:
Jonathan Wakely 2021-08-11 14:05:01 +01:00
parent 58340a7cd3
commit 04ddd108d1
1 changed files with 2 additions and 0 deletions

View File

@ -577,9 +577,11 @@
instead of symlink_status.
* src/filesystem/ops.cc (fs::create_directories): Likewise.
* testsuite/27_io/filesystem/operations/create_directories.cc:
Check symlink to existing directory.
* testsuite/27_io/filesystem/operations/create_directory.cc: Do
not test with symlinks on Windows.
* testsuite/experimental/filesystem/operations/create_directories.cc:
Check symlink to existing directory.
* testsuite/experimental/filesystem/operations/create_directory.cc:
Do not test with symlinks on Windows.