I rebuilt clang-unl with custom llvm-21 (enabling RTTI etc) and rebuilt clang-uml - but now see these errors
[ERROR] /opt/gcc-15/include/c++/15.2.1/optional:1683: lambda expression in an unevaluated operand
[ERROR] /opt/gcc-15/include/c++/15.2.1/chrono:2372: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression
[NOTE] /opt/gcc-15/include/c++/15.2.1/chrono:2372: undefined function '_S_fractional_width' cannot be used in a constant expression
This is the same gcc compiler I built clang-uml with tho
The gcc used is same as listed above.