From e65fe1b93684f9517599be695eb40aa4537fc6c7 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 5 Jan 2025 18:53:16 +0100 Subject: Add status_or --- asl/option.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'asl/option.hpp') 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&&> && !assignable_from&&>; - template concept not_constructible_assignable_from_option = not_constructible_from_option && -- cgit