clang complains “goto” pass constexpr double initialization, while msvc OK with it
I am developing a UE plugin, and uses goto statement like this: (To make it reproducible, I turn the UE things into std) I’m using constexpr to replace MACRO, but it seems that it introduce variable initialization?