cpp-docs
cpp-docs copied to clipboard
Add C6064 "See also" link in C4473 warning reference
Add C6064 "See also" link in C4473 as C6064 links to it and the following emits both warnings together:
#include <cstdio>
int main()
{
std::printf("%d"); // C4473, C6064
}