-
Notifications
You must be signed in to change notification settings - Fork 443
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
DPL: use constraints directly on arguments in place of requires #13767
base: dev
Are you sure you want to change the base?
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
Use the requirements directly on the template arguments.
@@ -33,24 +33,20 @@ | |||
#define O2_BIG_ENDIAN __BIG_ENDIAN | |||
#define O2_LITTLE_ENDIAN __LITTLE_ENDIAN | |||
|
|||
|
|||
template <typename T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
template
should also be removed?
Error while checking build/O2/fullCI for cb9ee51 at 2024-12-31 12:37:
Full log here. |
No description provided.