Skip to content

Commit 05300d7

Browse files
authored
[tuple.syn] Fix return type of ignore-type::operator= (#7840)
This fixes a misapplication of P2968R2, in commit 225eadc.
1 parent 52c7080 commit 05300d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@
15491549

15501550
// \tcode{ignore}
15511551
struct @\exposidnc{ignore-type}@ { // \expos
1552-
constexpr const @\exposid{ignore-type}@
1552+
constexpr const @\exposid{ignore-type}@&
15531553
operator=(const auto &) const noexcept { return *this; }
15541554
};
15551555
inline constexpr @\exposid{ignore-type}@ ignore;

0 commit comments

Comments
 (0)