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

Add __ON_CONSTRUCT__ and similar #28

Open
petergjoel opened this issue Dec 12, 2022 · 2 comments
Open

Add __ON_CONSTRUCT__ and similar #28

petergjoel opened this issue Dec 12, 2022 · 2 comments

Comments

@petergjoel
Copy link
Member

petergjoel commented Dec 12, 2022

Documentation on __ON_CONSTRUCT__ and similar from https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8292158 is missing.

Also the ptr_t declaration would probably be handy/should be build in.

@mikucionisaau
Copy link
Member

Fixed with the following extra sections:
Special Functions
Resources

I cannot find any implementation traces about ptr_t

@petergjoel
Copy link
Member Author

The ptr_t (as I recall) was omitted from the implementation. I envisioned it as being defined in some "stdlib". Any two int struct can be used as a ptr_t (for 64 bit arch). The ranges should be full int32_t of either.

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

2 participants