MSVC accepts the following code:#include <vector>int main(){ std::vector<int(*)()> v; for each (int (*a)() override in v) {}}I believe this code is incorrect because of presence of override virt-specifier.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...