[*] this should've never been constexpr
This commit is contained in:
parent
9a28cd6862
commit
b61015a6a5
@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
|
||||
template <typename T, typename ... Args>
|
||||
constexpr bool AuListFromArgs(T &list, Args && ... args)
|
||||
bool AuListFromArgs(T &list, Args && ... args)
|
||||
{
|
||||
constexpr auto end = sizeof...(Args);
|
||||
if (!AuTryResize(list, end))
|
||||
|
Loading…
Reference in New Issue
Block a user