mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-22 03:12:31 +00:00
fca046d0c4ab3ae6448cb3b21e87e4de981145cf
fix docs for signature stem(), extension() member functions
Fix #12578 - Bug in directory_iterator, recursive_directory_iterator, equality testing of copied iterator also at end.
Fix #7307, remove_all(dirname,ec) throws on write protected directories. This is a tough one to test. There are three internal function calls where errors might arise, and it would take too much time to write tests for each of those cases. Someday we will have Titus Winter's mock installable file system, but for now are relying on code inspection rather than testing.
Description
Mirrored via gitea-mirror
Languages
C++
98.4%
CMake
1.5%