will_return_by_value()
does not need second (size) parameter
#261
Labels
Milestone
will_return_by_value()
does not need second (size) parameter
#261
Since that constraint is intended for returning structs by value, we should (at some point) change from
to just
since the macro itself can do the
sizeof
and the C compiler will always know that.It is an incompatible change, but if I knew how to work with argument counting macro magic (like @matthargett does ;-) then we could probably make some kind of overloading allowing us to move to it without breaking backwards compatibility.
The text was updated successfully, but these errors were encountered: