diff options
Diffstat (limited to 'libcxx/include/experimental/coroutine')
-rw-r--r-- | libcxx/include/experimental/coroutine | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/experimental/coroutine b/libcxx/include/experimental/coroutine index 32d55fa57f8..1eb224a535a 100644 --- a/libcxx/include/experimental/coroutine +++ b/libcxx/include/experimental/coroutine @@ -283,6 +283,7 @@ public: _LIBCPP_CONSTEXPR_AFTER_CXX17 void destroy() const _NOEXCEPT {} private: + _LIBCPP_INLINE_VISIBILITY friend coroutine_handle<noop_coroutine_promise> noop_coroutine() _NOEXCEPT; _LIBCPP_INLINE_VISIBILITY coroutine_handle() _NOEXCEPT { |