Fix build

This commit is contained in:
Sy Brand
2025-09-01 10:20:51 +01:00
parent c837ff01dd
commit 74c319ccd8

View File

@@ -225,6 +225,7 @@ static constexpr unexpect_t unexpect{};
#define TL_EXPECTED_THROW_EXCEPTION(e) std::terminate(); #define TL_EXPECTED_THROW_EXCEPTION(e) std::terminate();
#endif #endif
namespace detail {
#ifndef TL_TRAITS_MUTEX #ifndef TL_TRAITS_MUTEX
#define TL_TRAITS_MUTEX #define TL_TRAITS_MUTEX
// C++14-style aliases for brevity // C++14-style aliases for brevity