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
Doxygen can't be built with LLVM 19 because there's no char_traits<unsigned char>. (See D157058.) Using C++20 with char8_there and here makes it build, but there are some warnings from the logger about using char8_t * with an %s format specifier.