summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental
diff options
context:
space:
mode:
authorGor Nishanov <GorNishanov@gmail.com>2018-04-05 00:18:37 +0000
committerGor Nishanov <GorNishanov@gmail.com>2018-04-05 00:18:37 +0000
commit8f310655af473d7ec1ce4270e7bd98083bd45b9c (patch)
treea04bbfe02a85388b6735d43e6fb3ddbffc6c0f45 /libcxx/include/experimental
parent11232912b11b15b91e1f10a8e7decd1fa14d21fc (diff)
downloadbcm5719-llvm-8f310655af473d7ec1ce4270e7bd98083bd45b9c.tar.gz
bcm5719-llvm-8f310655af473d7ec1ce4270e7bd98083bd45b9c.zip
[coroutines] libcxx, noop_coroutine, make bots even more happy
llvm-svn: 329245
Diffstat (limited to 'libcxx/include/experimental')
-rw-r--r--libcxx/include/experimental/coroutine6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/include/experimental/coroutine b/libcxx/include/experimental/coroutine
index fef5e0857a1..32d55fa57f8 100644
--- a/libcxx/include/experimental/coroutine
+++ b/libcxx/include/experimental/coroutine
@@ -278,9 +278,9 @@ public:
_LIBCPP_CONSTEXPR explicit operator bool() const _NOEXCEPT { return true; }
_LIBCPP_CONSTEXPR bool done() const _NOEXCEPT { return false; }
- _LIBCPP_CONSTEXPR void operator()() const _NOEXCEPT {}
- _LIBCPP_CONSTEXPR void resume() const _NOEXCEPT {}
- _LIBCPP_CONSTEXPR void destroy() const _NOEXCEPT {}
+ _LIBCPP_CONSTEXPR_AFTER_CXX17 void operator()() const _NOEXCEPT {}
+ _LIBCPP_CONSTEXPR_AFTER_CXX17 void resume() const _NOEXCEPT {}
+ _LIBCPP_CONSTEXPR_AFTER_CXX17 void destroy() const _NOEXCEPT {}
private:
friend coroutine_handle<noop_coroutine_promise> noop_coroutine() _NOEXCEPT;
OpenPOWER on IntegriCloud