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

P0792R14, [func.wrap.ref.class]: Remove redundant declaration of another undefined primary template declaration #6275

Open
Dani-Hub opened this issue Jun 16, 2023 · 0 comments

Comments

@Dani-Hub
Copy link
Member

This problem is similar to #6273 as recently added by @jwakely

The expected to be voted in paper P0792R14 suggests to
add the declaration

template<class... S> class function_ref;    // not defined

to [func.wrap.ref.class]. This declaration is redundant since the paper suggests already to add the same declaration to [functional.syn], so this should not be done. Or, if the original paper needs to be applied as suggested, this declaration should be removed afterwards through this issue here.

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

1 participant