diff --git a/source/ranges.tex b/source/ranges.tex index 04eb883caf..9c32fd9497 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -1862,8 +1862,7 @@ namespace std::ranges { struct dangling { constexpr dangling() noexcept = default; - template - constexpr dangling(Args&&...) noexcept { } + constexpr dangling(auto&&...) noexcept { } }; } \end{codeblock}