Skip to content

Commit ffb5fd3

Browse files
authored
[range.dangling] Use "auto" parameter type (#4817)
1 parent b3b42a6 commit ffb5fd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/ranges.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,8 +1862,7 @@
18621862
namespace std::ranges {
18631863
struct dangling {
18641864
constexpr dangling() noexcept = default;
1865-
template<class... Args>
1866-
constexpr dangling(Args&&...) noexcept { }
1865+
constexpr dangling(auto&&...) noexcept { }
18671866
};
18681867
}
18691868
\end{codeblock}

0 commit comments

Comments
 (0)