You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation improvement motivated by https://developercommunity.visualstudio.com/t/Warning-C26435-contradicts-to-Compiler-E/10355159
When a `virtual` function declaration includes the `final` specifier, the warning message for C26435 incorrectly suggested specifying exactly one of the two. The correct solution is to specify zero of the two. The warning message has been updated in MSVC and this documentation change reflects that as well as provides an example of how to fix the incorrect pattern.
0 commit comments