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 1434313 commit 3d08fa2Copy full SHA for 3d08fa2
libcxx/include/future
@@ -1840,7 +1840,7 @@ class _LIBCPP_HIDDEN __async_func {
1840
tuple<_Fp, _Args...> __f_;
1841
1842
public:
1843
- using _Rp = __invoke_result_t<_Fp, _Args...>;
+ using _Rp _LIBCPP_NODEBUG = __invoke_result_t<_Fp, _Args...>;
1844
1845
_LIBCPP_HIDE_FROM_ABI explicit __async_func(_Fp&& __f, _Args&&... __args)
1846
: __f_(std::move(__f), std::move(__args)...) {}
0 commit comments