From f54e09351a967da21f863fd2d3b17ffd24d3ee87 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 12 Jul 2026 15:24:40 +0200 Subject: kernel: integrate kstd system_error facility --- libs/kstd/kstd/system_error.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/kstd/kstd/system_error.hpp b/libs/kstd/kstd/system_error.hpp index 7618db2e..f971703b 100644 --- a/libs/kstd/kstd/system_error.hpp +++ b/libs/kstd/kstd/system_error.hpp @@ -467,7 +467,7 @@ namespace kstd return {static_cast(value), generic_category()}; } - [[nodiscard]] constexpr auto inline make_error_condition(errc const value) noexcept -> error_code + [[nodiscard]] constexpr auto inline make_error_condition(errc const value) noexcept -> error_condition { return {static_cast(value), generic_category()}; } -- cgit v1.2.3