From c8b73031d8a9f7770410c9d0e6da5b230e501e85 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 12 Mar 2025 00:08:18 +0100 Subject: Remove convertible_from --- asl/types/span.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/types/span.hpp') diff --git a/asl/types/span.hpp b/asl/types/span.hpp index bb2257a..8585f17 100644 --- a/asl/types/span.hpp +++ b/asl/types/span.hpp @@ -95,7 +95,7 @@ public: kIsDynamic || is_dynamic(kOtherSize) || kOtherSize == kSize - ) && convertible_from + ) && convertible_to ) : span{static_cast(other.data()), other.size()} { -- cgit