Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
BoPersson opened this issue May 17, 2017 · 1 comment
Closed

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

BoPersson opened this issue May 17, 2017 · 1 comment

Comments

@BoPersson
Copy link

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);

@jwakely
Copy link
Member

jwakely commented May 17, 2017

Already fixed with ae6271c

@jwakely jwakely closed this as completed May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants