0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-04 14:48:56 +02:00

fixup! fixup! fixup! ircd: Add the va_rtti construct.

This commit is contained in:
Jason Volk 2017-03-17 23:29:25 -07:00
parent 52e010174c
commit 501ff60276

View file

@ -522,7 +522,10 @@ struct va_rtti
,argc
{
sizeof...(args)
}{}
}
{
assert(argc <= 8);
}
};