From 74c319ccd825c319afea2e40c707ab5fad8c812b Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Mon, 1 Sep 2025 10:20:51 +0100 Subject: [PATCH] Fix build --- include/tl/expected.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index e99ea14..2bbde88 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -225,6 +225,7 @@ static constexpr unexpect_t unexpect{}; #define TL_EXPECTED_THROW_EXCEPTION(e) std::terminate(); #endif +namespace detail { #ifndef TL_TRAITS_MUTEX #define TL_TRAITS_MUTEX // C++14-style aliases for brevity