Skip to content

Commit 63f2b90

Browse files
committed
Update proxiable_target
1 parent cf37e19 commit 63f2b90

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/proxy/v4/proxy.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,8 +1784,7 @@ concept inplace_proxiable_target = proxiable<details::inplace_ptr<T>, F>;
17841784

17851785
template <class T, class F>
17861786
concept proxiable_target =
1787-
proxiable<details::observer_ptr<T&, const T&, T&&, const T&&>,
1788-
observer_facade<F>>;
1787+
proxiable<details::observer_ptr<T&, const T&, T&&, const T&&>, F>;
17891788

17901789
template <class T>
17911790
requires(is_bitwise_trivially_relocatable_v<T>)

0 commit comments

Comments
 (0)