Replies: 1 comment 2 replies
-
@YuGiOhJCJ I'm sorry, I didn't see this question, sorry again, The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In the cglm documentation I can read:
However, when I try to compile this code:
I get:
So, the
inline
keyword is not part of C89.This is confirmed in the GSL documentation:
Of course, the code above can be compiled with C99:
Is there a way to compile with C89 please?
Thank you.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions