diff --git a/Include/auROXTL/auListUtils.hpp b/Include/auROXTL/auListUtils.hpp index 713b261..370b877 100644 --- a/Include/auROXTL/auListUtils.hpp +++ b/Include/auROXTL/auListUtils.hpp @@ -8,7 +8,7 @@ #pragma once template -constexpr bool AuListFromArgs(T &list, Args && ... args) +bool AuListFromArgs(T &list, Args && ... args) { constexpr auto end = sizeof...(Args); if (!AuTryResize(list, end))