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

[basic], [expr] Fix incorrect cross-references to [conv.ptr] for null pointer values #3827

Merged
merged 1 commit into from Mar 12, 2020

Conversation

sdkrystian
Copy link
Contributor

The definition of *null pointer value" was moved to [basic.compound], however, multiple cross-references still refer to [conv.ptr].

@tkoeppe
Copy link
Contributor

tkoeppe commented Mar 6, 2020

There is also a circular refence in [basic.compound]p(3.3) now.

@sdkrystian
Copy link
Contributor Author

@tkoeppe Removing the reference to [conv.ptr] would resolve this.

@tkoeppe
Copy link
Contributor

tkoeppe commented Mar 6, 2020

I agree, that reference is no longer needed.

@zygoloid zygoloid merged commit 3139172 into cplusplus:master Mar 12, 2020
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

4 participants