[PATCH] D49145: [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITY
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 10 10:43:29 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336709: [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITY (authored by ldionne, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49145?vs=154831&id=154844#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49145
Files:
libcxx/trunk/include/experimental/coroutine
Index: libcxx/trunk/include/experimental/coroutine
===================================================================
--- libcxx/trunk/include/experimental/coroutine
+++ libcxx/trunk/include/experimental/coroutine
@@ -283,6 +283,7 @@
_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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49145.154844.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180710/d7d226ff/attachment.bin>
More information about the llvm-commits
mailing list