build error caused by interaction of gcc, ub sanitiser and std format
I have some code that compiles with gcc or clang but causes a build error when undefined sanitizer is used with gcc only. It seems like std apply is being evaluated in a consteval context which fails because std format cannot be evaluated at compile time.