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

[intro.defs] access should contain a reference to the definition of an scalar type #7741

Closed
LucyEngine opened this issue Mar 17, 2025 · 6 comments · Fixed by #7743
Closed

Comments

@LucyEngine
Copy link
Contributor

Modify the note of [defns.access] to include a reference to the definition of scalar types (basic.types.general#9):

[Note 1: Only glvalues of scalar type (basic.types.general#9) can be used to access objects. Reads of scalar objects are described in [conv.lval] and modifications of scalar objects are described in [expr.assign], [expr.post.incr], and [expr.pre.incr]. Attempts to read or modify an object of class type typically invoke a constructor or assignment operator; such invocations do not themselves constitute accesses, although they may involve accesses of scalar subobjects. — end note]

@tkoeppe
Copy link
Contributor

tkoeppe commented Mar 17, 2025

Feel free to send a pull request!

@LucyEngine
Copy link
Contributor Author

Had an issue when building the modified draft with mactex 2025 (i did everything instructed on the README.md), can i show the std.log?

@LucyEngine
Copy link
Contributor Author

I left it as unchanged (as-is from this git repo) and got the same issues aswell, so it can't be my modifications

@tkoeppe
Copy link
Contributor

tkoeppe commented Mar 17, 2025

No, I think that's a known issue. Feel free to just make the pull request anyway. You can get the build outputs out of the GitHub action artifact here.

@LucyEngine
Copy link
Contributor Author

'kay, will make sure these are as correct as possible, thanks!

@frederick-vs-ja
Copy link
Contributor

This seems fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants