We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabc444 commit 3e04ec3Copy full SHA for 3e04ec3
Common/Cpp/CancellableScope.h
@@ -111,7 +111,7 @@ class CancellableScope : public Cancellable{
111
public:
112
virtual ~CancellableScope() override;
113
114
- virtual bool cancel(std::exception_ptr exception) noexcept override;
+ virtual bool cancel(std::exception_ptr exception = nullptr) noexcept override;
115
116
void wait_for(std::chrono::milliseconds duration);
117
void wait_until(WallClock stop);
0 commit comments