MSVC's experimental flag `/experimental:constevalVfuncNoVtable` omits the vtable for classes whose virtual functions are all `consteval`, but this produces non-conforming behavior. Under this mode, types with virtual methods are incorrectly reported as non-polymorphic, `sizeof` changes, and `typeid` returns the wrong dynamic
Sort: