From 6d98d5595768fc4fbd8e41a012a73839cb2a35ba Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 30 Apr 2023 13:26:50 -0700 Subject: Remove an unnecessary type name --- al/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'al/debug.cpp') diff --git a/al/debug.cpp b/al/debug.cpp index 81e9b35f..2694d7b4 100644 --- a/al/debug.cpp +++ b/al/debug.cpp @@ -24,9 +24,9 @@ template constexpr auto make_array(std::integer_sequence) { return std::array{Vals...}; } -template> +template constexpr auto make_array() -{ return make_array(Indices{}); } +{ return make_array(std::make_integer_sequence{}); } constexpr al::optional GetDebugSource(ALenum source) noexcept -- cgit v1.2.3