You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix clang-tidy CI: use libc++ for C++23 std::expected support (TICKET_494)
clang-18 does not define __cpp_lib_expected, so libstdc++-14's <expected>
header is effectively empty. Switch clang-tidy to libc++-18 which has full
C++23 support. Fix four headers with missing includes exposed once
clang-tidy can actually parse the code: <concepts> in seqlock.hpp,
<type_traits> in diagnostic.hpp, buffer_pool.hpp in mpsc_queue.hpp,
trailer.hpp in fixt11/session.hpp.
0 commit comments