We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a0dc8 commit 4b95274Copy full SHA for 4b95274
sigslot/tasklet.h
@@ -15,7 +15,7 @@ namespace sigslot {
15
16
struct tracker {
17
virtual void terminate() {}
18
- virtual void exception(std::exception_ptr eptr) {}
+ virtual void exception(std::exception_ptr const & eptr) {}
19
virtual ~tracker() {}
20
};
21
template<typename T, typename ...Args>
0 commit comments