Skip to content

Commit 6d2a624

Browse files
committed
LWG4399 enable_nonlocking_formatter_optimization for pair and tuple needs remove_cvref_t
1 parent d607a3b commit 6d2a624

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
@@ -8791,7 +8791,7 @@
87918791

87928792
template<class... Ts>
87938793
constexpr bool enable_nonlocking_formatter_optimization<@\placeholder{pair-or-tuple}@<Ts...>> =
8794-
(enable_nonlocking_formatter_optimization<Ts> && ...);
8794+
(enable_nonlocking_formatter_optimization<remove_cvref_t<Ts>> && ...);
87958795
}
87968796
\end{codeblock}
87978797

0 commit comments

Comments
 (0)