You must be registered to post a reply.Click here to register.
struct Class { void Method1() { if constexpr (true) { } } void Method2(); void Method3(); };