Skip to content

[fs.filesystem.syn] only lists old absolute function #1631

Closed
@BoPersson

Description

@BoPersson

The synopsis [fs.filesystem.syn] contains one signature

path absolute(const path& p, const path& base = current_path());

while the definition in [fs.op.absolute] contains two different overloads

path absolute(const path& p);
path absolute(conts path& p, error_code& ec);

Activity

jwakely

jwakely commented on May 17, 2017

@jwakely
Member

Already fixed with ae6271c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @jwakely@BoPersson

        Issue actions

          [fs.filesystem.syn] only lists old absolute function · Issue #1631 · cplusplus/draft