Skip to content

Commit 3c173c8

Browse files
committed
LWG4399 enable_nonlocking_formatter_optimization for pair and tuple needs remove_cvref_t
1 parent 792f591 commit 3c173c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8784,7 +8784,7 @@
87848784

87858785
template<class... Ts>
87868786
constexpr bool enable_nonlocking_formatter_optimization<@\placeholder{pair-or-tuple}@<Ts...>> =
8787-
(enable_nonlocking_formatter_optimization<Ts> && ...);
8787+
(enable_nonlocking_formatter_optimization<remove_cvref_t<Ts>> && ...);
87888788
}
87898789
\end{codeblock}
87908790

0 commit comments

Comments
 (0)