Skip to content

Commit eaf0545

Browse files
lebdronkirkshoop
authored andcommitted
Replace commented out noexcept with macro
1 parent c7de35b commit eaf0545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rx/v2/src/rxcpp/rx-scheduler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class schedulable : public schedulable_base
466466
: that(that)
467467
{
468468
}
469-
exit_recursed_scope_type(exit_recursed_scope_type && other) /*noexcept*/
469+
exit_recursed_scope_type(exit_recursed_scope_type && other) RXCPP_NOEXCEPT
470470
: that(other.that)
471471
{
472472
other.that = nullptr;

0 commit comments

Comments
 (0)