Skip to content

Commit

Permalink
Use new 'control' concept for sinkptr
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 30, 2022
1 parent 312544f commit 6a382b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SinkPtr.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ concept non_id_convertible_to_sink_ptr =
&& convertible_to_sink_ptr<T, TControl>;
// clang-format on

template <std::derived_from<Control> TControl>
template <control TControl>
class SinkPtr : public maybe_shared_ptr<Sink<TControl>> {
public:
using maybe_shared_ptr<Sink<TControl>>::maybe_shared_ptr;
Expand Down

0 comments on commit 6a382b3

Please sign in to comment.