Skip to content

Commit

Permalink
Replace commented out noexcept with macro
Browse files Browse the repository at this point in the history
  • Loading branch information
lebdron authored and kirkshoop committed May 11, 2018
1 parent c7de35b commit eaf0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rx/v2/src/rxcpp/rx-scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eaf0545

Please sign in to comment.