c3c
c3c copied to clipboard
Pointer to vector of inferred type does not work as a macro parameter
A macro with a signature like such:
macro void foo(int[<*>]* vector_pointer) {...}
Results in Error: Inferred vector types can only be used in declarations with initializers and as macro parameters.
This should now work. Can you test?
Yep - seems to be fixed