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.
1 parent ad08607 commit 34535b0Copy full SHA for 34535b0
stl/inc/ranges
@@ -8762,11 +8762,7 @@ namespace ranges {
8762
8763
template <class _Fn, class _Ty, size_t... _Indices>
8764
struct _Invoke_result_with_repeated_type_impl<_Fn, _Ty, index_sequence<_Indices...>> {
8765
-#if defined(__clang__) || defined(__EDG__) // TRANSITION, VSO-1761088
8766
using type = invoke_result_t<_Fn, _Repeat_type<_Ty, _Indices>...>;
8767
-#else // ^^^ no workaround / workaround vvv
8768
- using type = decltype(_STD invoke(_STD declval<_Fn>(), _STD declval<_Repeat_type<_Ty, _Indices>>()...));
8769
-#endif // ^^^ workaround ^^^
8770
};
8771
8772
template <class _Fn, class _Ty, size_t _Nx>
0 commit comments