We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<tuple>
1 parent 6ea4686 commit 5ab20cdCopy full SHA for 5ab20cd
stl/inc/tuple
@@ -191,7 +191,7 @@ struct _Three_way_comparison_result_with_tuple_like {};
191
192
template <class... _TTypes, class _UTuple, size_t... _Indices>
193
requires
194
-#if !defined(__clang__) && !defined(__EDG__) // TRANSITION, DevCom-10265237
+#ifndef __EDG__ // TRANSITION, DevCom-10265237 and LLVM-103644
195
(sizeof...(_TTypes) == sizeof...(_Indices)) &&
196
#endif // ^^^ workaround ^^^
197
(requires { typename _Synth_three_way_result<_TTypes, tuple_element_t<_Indices, _UTuple>>; } && ...)
0 commit comments