What would 'std:;' do in c++?

后端 未结 5 1629
渐次进展
渐次进展 2020-12-14 13:53

I was recently modifying some code, and found a pre-existing bug on one line within a function:

std:;string x = y;

This code still compiles

5条回答
提交回复
热议问题