template<typename... _Args>
inline vector<_Args...> ImGui_array_ARGS(200);
Why doesn't it work? Can this even be done? To put random size argument list into vectors.
template<typename... _Args>
inline vector<_Args...> ImGui_array_ARGS(200);
Why doesn't it work? Can this even be done? To put random size argument list into vectors.