c3c icon indicating copy to clipboard operation
c3c copied to clipboard

Pointer to vector of inferred type does not work as a macro parameter

Open Emily-TTG opened this issue 3 years ago • 1 comments

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.

Emily-TTG avatar Oct 10 '22 15:10 Emily-TTG

This should now work. Can you test?

lerno avatar Oct 13 '22 17:10 lerno

Yep - seems to be fixed

Emily-TTG avatar Oct 17 '22 11:10 Emily-TTG