mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-30 07:52:08 +00:00
create_directories used to ignore errors returned by status() calls issued internally. The operation would likely fail anyway, but the error codes returned by create_directories would be incorrect. Also, it is better to terminate the operation as early as possible when an error is encountered. Reported in https://github.com/boostorg/filesystem/issues/182.