On Tuesday, 27 October 2020 at 11:30:53 UTC, frame wrote:
On Tuesday, 27 October 2020 at 10:41:06 UTC, Jacob Carlborg wrote:

if (_arguments[i] == typeid(ubyte[])) {
  auto foo = va_arg!(ubyte[])(_argptr);
}

The same is working with variadic template. I am missing something?

Never mind, I was squeezing the argument list through a delegate but the actual method - thus the pointer was 0.

Reply via email to