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.
2 parents b325dd5 + 2228ee7 commit e3e8ffbCopy full SHA for e3e8ffb
include/stdx/utility.hpp
@@ -242,14 +242,14 @@ template <typename T> constexpr auto is_ct_v<T const> = is_ct_v<T>;
242
::stdx::cxv_detail::from_any( \
243
__VA_ARGS__)>())::value) { \
244
return ::stdx::overload{ \
245
- ::stdx::cxv_detail::cx_base{}, [&] { \
+ ::stdx::cxv_detail::cx_base{}, [] { \
246
return ::stdx::type_identity< \
247
decltype(::stdx::cxv_detail::type_of< \
248
249
__VA_ARGS__)>())>{}; \
250
}}; \
251
} else { \
252
- return ::stdx::overload{::stdx::cxv_detail::cx_base{}, [&] { \
+ return ::stdx::overload{::stdx::cxv_detail::cx_base{}, [] { \
253
return (__VA_ARGS__) + \
254
::stdx::cxv_detail::type_val{}; \
255
0 commit comments