-
Notifications
You must be signed in to change notification settings - Fork 179
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
Replace typedef
with using
in libcu++
#3368
base: main
Are you sure you want to change the base?
Conversation
/ok to test |
This addresses the remaining part of: #1747 |
@bernhardmgruber I've replace the typedefs only in the headers, not e. g. in the test files. Should I replace them in the other parts of libcu++ as well? |
ltes start with production code first then go to other stuff |
/ok to test |
This PR replaces all
typedef
s with modernusing
syntax in all "alive" headers in libcu++.