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

Declarations of call_once mismatch #151

Closed
FrankHB opened this issue Jun 17, 2013 · 1 comment
Closed

Declarations of call_once mismatch #151

FrankHB opened this issue Jun 17, 2013 · 1 comment
Assignees

Comments

@FrankHB
Copy link
Contributor

FrankHB commented Jun 17, 2013

In N3691:
[thread.mutex] synopsis:
template<class Callable, class ...Args>
void call_once(once_flag& flag, Callable func, Args&&... args);
[thread.once]:
template<class Callable, class ...Args>
void call_once(once_flag& flag, Callable&& func, Args&&... args);

@ghost ghost assigned jwakely Jun 17, 2013
@jwakely
Copy link
Member

jwakely commented Jun 17, 2013

The synopsis should have been updated by http://cplusplus.github.io/LWG/lwg-defects.html#891 - I can take care of fixing it

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