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

[memory.syn] Index the pointer_safety enum class #3833

Merged
merged 1 commit into from Mar 11, 2020

Conversation

AlisdairM
Copy link
Contributor

As the enum class 'pointer_safety' is defined only in the header synopsis
for , it had escaped indexing. This adds the missing entries.

As the enum class 'pointer_safety' is defined only in the header synopsis
for <memory>, it had escaped indexing.  This adds the missing entries.
@AlisdairM
Copy link
Contributor Author

Note that this creates a second "relaxed" entry in the library index, as there is a 'relaxed' enumerator for two different scoped enums, memory_order and pointer_safety, and I don't see how to coalesce those into a single parent with two children.

@zygoloid zygoloid merged commit 8c02a44 into cplusplus:master Mar 11, 2020
@AlisdairM AlisdairM deleted the index_pointer_safety branch November 14, 2023 19:27
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 this pull request may close these issues.

None yet

2 participants