diff options
Diffstat (limited to 'asl/option.hpp')
-rw-r--r-- | asl/option.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asl/option.hpp b/asl/option.hpp index 8c0a573..eb6a91c 100644 --- a/asl/option.hpp +++ b/asl/option.hpp @@ -35,7 +35,6 @@ concept not_assignable_from_option = !assignable_from<T&, option<U>&&> &&
!assignable_from<T&, const option<U>&&>;
-
template<typename T, typename U>
concept not_constructible_assignable_from_option =
not_constructible_from_option<T, U> &&
|