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

[func.bind] needs de-shalling #2930

Closed
jwakely opened this issue Jun 12, 2019 · 1 comment · Fixed by #2955
Closed

[func.bind] needs de-shalling #2930

jwakely opened this issue Jun 12, 2019 · 1 comment · Fixed by #2955
Assignees

Comments

@jwakely
Copy link
Member

jwakely commented Jun 12, 2019

[func.bind.isbind]:

Instantiations Specializations of the is_bind_expression template shall satisfy the Cpp17UnaryTypeTrait requirements (20.15.1). The implementation shall provide provides a definition that has a base characteristic of true_type if T is a type returned from bind, otherwise it shall have has a base characteristic of false_type.

Similarly in [func.bind.isplace].

The Returns: and Remarks: in [func.bind.bind] shouldn't be using "shall", and neither should [func.bind.place] p1 and p2.

@jensmaurer jensmaurer self-assigned this Jul 4, 2019
@jensmaurer
Copy link
Member

I'm not convinced that [func.bind.place] should be de-shalled. After all, users can define their own placeholders (using std::is_placeholder), and presumably those restrictions also apply for user-defined placeholders.

@jensmaurer jensmaurer added the decision-required A decision of the editorial group (or the Project Editor) is required. label Jul 4, 2019
@jensmaurer jensmaurer removed the decision-required A decision of the editorial group (or the Project Editor) is required. label Jul 4, 2019
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

Successfully merging a pull request may close this issue.

2 participants