libposix
libposix copied to clipboard
[Inactive] Public domain C++14 wrapper for POSIX interfaces.
Results
2
libposix issues
Sort by
recently updated
recently updated
newest added
According to the C++ standard, the `posix` namespace is reserved for future use and thus its use is illegal. Section in C++11 standard: §17.6.4.2.2 [namespace.posix] > The behavior of a...
wontfix
This came up while making a [directory walk](https://stackoverflow.com/questions/32821897/race-free-directory-walk-c) in the style of find/nftw/fts; a flag argument (to pass O_NOFOLLOW | O_NOATIME) would be convenient. Anyway, thank you for this project,...