Skip to content

Commit

Permalink
const ref for eptr
Browse files Browse the repository at this point in the history
  • Loading branch information
dwd committed Aug 3, 2024
1 parent e3a0dc8 commit 4b95274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigslot/tasklet.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace sigslot {

struct tracker {
virtual void terminate() {}
virtual void exception(std::exception_ptr eptr) {}
virtual void exception(std::exception_ptr const & eptr) {}
virtual ~tracker() {}
};
template<typename T, typename ...Args>
Expand Down

0 comments on commit 4b95274

Please sign in to comment.