From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- boost/coroutine2/detail/push_coroutine.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boost/coroutine2/detail/push_coroutine.hpp') diff --git a/boost/coroutine2/detail/push_coroutine.hpp b/boost/coroutine2/detail/push_coroutine.hpp index 5d9d092b65..1b62663ab7 100644 --- a/boost/coroutine2/detail/push_coroutine.hpp +++ b/boost/coroutine2/detail/push_coroutine.hpp @@ -45,7 +45,7 @@ public: template< typename StackAllocator, typename Fn > push_coroutine( StackAllocator, Fn &&); - ~push_coroutine() noexcept; + ~push_coroutine(); push_coroutine( push_coroutine const&) = delete; push_coroutine & operator=( push_coroutine const&) = delete; @@ -125,7 +125,7 @@ public: template< typename StackAllocator, typename Fn > push_coroutine( StackAllocator, Fn &&); - ~push_coroutine() noexcept; + ~push_coroutine(); push_coroutine( push_coroutine const&) = delete; push_coroutine & operator=( push_coroutine const&) = delete; @@ -203,7 +203,7 @@ public: template< typename StackAllocator, typename Fn > push_coroutine( StackAllocator, Fn &&); - ~push_coroutine() noexcept; + ~push_coroutine(); push_coroutine( push_coroutine const&) = delete; push_coroutine & operator=( push_coroutine const&) = delete; -- cgit v1.2.3