Re: gcc4.1.2 and 4.3.2 has different default behavior
Yixuan Huang writes: > I have encountered one issue when write a simple test code. > #inlcude > int main{ > const char* str = ""; > std::cout<<"str len: "< return 0; > } > > If I compile on gcc version 4.1.2 20070115 (SUSE Linux), it can be > compiled successfully. Otherwise, on gcc ver
gcc4.1.2 and 4.3.2 has different default behavior
Hello All, I have encountered one issue when write a simple test code. #inlcude int main{ const char* str = ""; std::cout<<"str len: "<