Commit 69840ee
src: workaround AIX libc++ std::filesystem bug
On AIX libc++ is returning `EEXIST` instead of `EACCES` when using
`std::filesystem::remove_all()` without appropriate permissions to
recursively remove the directory.
Co-authored-by: Abdirahim Musse <[email protected]>
Signed-off-by: Richard Lau <[email protected]>1 parent 4e612c0 commit 69840ee
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1833 | 1833 | | |
1834 | 1834 | | |
1835 | 1835 | | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
1836 | 1842 | | |
| 1843 | + | |
1837 | 1844 | | |
1838 | 1845 | | |
1839 | 1846 | | |
| |||
0 commit comments