Skip to content

No noexcept version of read_symlink? #16

@ghost

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions