-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Apply ADL on arma::function -> function
#3605
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
Conversation
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
This reverts commit bb04cf3.
This reverts commit 32d9a7f.
This reverts commit e25e4e2.
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
|
@rcurtin I think this is enough for this PR, let us see if all passes, I tried to fix some of the styles that I have seen, but it is not easy to visualize all with |
rcurtin
left a comment
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.
Took a long time to get through, but all the changes are really simple and it looks like they all compile fine. I think the code is a little easier to read now too, without arma:: everywhere (or at least, with fewer of them 😄). The cross-compilation check is failing with the same unknown argument -EL that we saw in a previous PR, but that seems quite unrelated to these changes. It would be cool if we could figure that out sometime but certainly no need to stop these changes based on that. 👍
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.
Second approval provided automatically after 24 hours. 👍
Hi,
This is a set of functions that works with ADL and compiles on my machine.
The following does not work with ADL:
as_scalarmeanLet us see if this is passes on Windows