cplusplus / filesystem-ts

Library Enhancements Working Group
57 stars 15 forks source link

No noexcept version of read_symlink? #16

Closed ghost closed 9 years ago

ghost commented 9 years ago

Following the pattern of the other functions I guess the following fct in namespace filesystem should also be declared noexcept: path read_symlink(const path& p, error_code& ec); Same applies to path temp_directory_path(error_code& ec);

Or are there reasons that prevent them from being noexcept?

ghost commented 9 years ago

Nvm, I guess closed issue #10 applies here, too.