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

Use standard C++ types #1272

Open
gervandiepen opened this issue Jan 24, 2023 · 0 comments
Open

Use standard C++ types #1272

gervandiepen opened this issue Jan 24, 2023 · 0 comments

Comments

@gervandiepen
Copy link
Contributor

All Casacore specific types such as Int, uInt, Bool, etc. should be replaced by their C++ counterparts int32_t, uint32_t, bool, etc.
The typedefs defining them can be removed from aipstype.h and aipsxtype.h. However, it means they cannot be used in packages such as CASA anymore. Maybe it is better to have an #ifndef NO_CASACORE_TYPES around them.

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

1 participant