From bde0492644845de63cf95b8997c5e613a9247826 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 03:10:07 +0100 Subject: move flagset to util --- nihil.error/error.ccm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.error') diff --git a/nihil.error/error.ccm b/nihil.error/error.ccm index 2d5166a..833f7f1 100644 --- a/nihil.error/error.ccm +++ b/nihil.error/error.ccm @@ -225,7 +225,7 @@ export struct error : std::exception // Allow error to be implicitly converted to std::expected and std::unexpected, to make // using it with std::expected easier. - template + template operator std::expected () && // NOLINT { return std::unexpected{std::move(*this)}; -- cgit v1.2.3