mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
fixup! fixup! fixup! ircd: Add the va_rtti construct.
This commit is contained in:
parent
52e010174c
commit
501ff60276
1 changed files with 4 additions and 1 deletions
|
@ -522,7 +522,10 @@ struct va_rtti
|
||||||
,argc
|
,argc
|
||||||
{
|
{
|
||||||
sizeof...(args)
|
sizeof...(args)
|
||||||
}{}
|
}
|
||||||
|
{
|
||||||
|
assert(argc <= 8);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue