From eaf0545efef9fdccc0a6bc88f23ef0fc876c36f3 Mon Sep 17 00:00:00 2001 From: Andrei Lebedev Date: Fri, 11 May 2018 08:23:22 +0300 Subject: [PATCH] Replace commented out noexcept with macro --- Rx/v2/src/rxcpp/rx-scheduler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rx/v2/src/rxcpp/rx-scheduler.hpp b/Rx/v2/src/rxcpp/rx-scheduler.hpp index dbf6cb2568..fc689793bb 100644 --- a/Rx/v2/src/rxcpp/rx-scheduler.hpp +++ b/Rx/v2/src/rxcpp/rx-scheduler.hpp @@ -466,7 +466,7 @@ class schedulable : public schedulable_base : that(that) { } - exit_recursed_scope_type(exit_recursed_scope_type && other) /*noexcept*/ + exit_recursed_scope_type(exit_recursed_scope_type && other) RXCPP_NOEXCEPT : that(other.that) { other.that = nullptr;