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

result_type missing from index of library names #2960

Closed
AlisdairM opened this issue Jul 8, 2019 · 0 comments · Fixed by #3154
Closed

result_type missing from index of library names #2960

AlisdairM opened this issue Jul 8, 2019 · 0 comments · Fixed by #3154
Assignees

Comments

@AlisdairM
Copy link
Contributor

The legacy adaptable function API was removed from C++20 and added to the list of zombie names, so most of those identifiers are indexed as zombies. However, 'result_type' was not added to the zombie list as it remains used in 'std::function', the seed sequence requirements, the uniform random bit generator requirements, the random number distribution requirements, and most of the standard library URBs and distributions. None of these uses are referenced by the index of library names.

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