mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-28 05:12:25 +00:00
7f1a6992e3c004683091060d1ef29a84652c994e
The space(p, ec) implementation assigned a wrong error value to the given error_code object. Instead of getting the error value from errno, the code used the value '-1!=0'. Signed-off-by: Christoph Müllner <christophm30@gmail.com>
Fix #12578 - Bug in directory_iterator, recursive_directory_iterator, equality testing of copied iterator also at end.
Description
Mirrored via gitea-mirror
Languages
C++
98.4%
CMake
1.5%