对于函数fun:
vector<float> fun() {}
调用:
vector<double> func();
在调用处,如果类型不一致,在Linux gcc编译与Windows下使用Visual Studio编译结果不一致: