Christoffer Lerno
Christoffer Lerno
So, to explain `inline`... I can show an example that doesn't use enums, but structs, since anything using inline is affected: ```c struct Foo { inline double d; int x;...
Please try out the new feature above which is now in `dev`
Thinking a bit more on this: the main usefulness is not creating type constraints but rather to allow type inference and implicit conversion based on the first element. And for...
`$typeof(a)` is a dead end.
It seems to be too complex in the current model. Will close this and revisit it later.
I had something similar as a problem when using CMake from within CLion. Basically the environment variables were different in some way, so I always had to explicitly add these:...
This should be fixed now, please try it out.
Is this working?
Yes, eventually – but as you noted right now this is a problem as we're just compiling for a subset of the Linux distros for example. And this in turn...