Skip to content

Commit

Permalink
Extra space: // defined(_CPPUNWIND) => // defined(_CPPUNWIND)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Jul 24, 2023
1 parent 4cbb7d2 commit b87d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stl/inc/experimental/generator
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace experimental {
_STD rethrow_exception(_Exception);
}
}
#endif // defined(_CPPUNWIND)
#endif // defined(_CPPUNWIND)

suspend_always yield_value(const _Ty& _Val) noexcept {
_Value = _STD addressof(_Val);
Expand Down

0 comments on commit b87d693

Please sign in to comment.