We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8929f9c commit a87e97fCopy full SHA for a87e97f
include/cppcoro/generator.hpp
@@ -32,8 +32,8 @@ namespace cppcoro
32
33
generator<T> get_return_object() noexcept;
34
35
- constexpr std::experimental::suspend_always initial_suspend() const { return {}; }
36
- constexpr std::experimental::suspend_always final_suspend() const { return {}; }
+ constexpr std::experimental::suspend_always initial_suspend() const noexcept { return {}; }
+ constexpr std::experimental::suspend_always final_suspend() const noexcept { return {}; }
37
38
template<
39
typename U = T,
0 commit comments