Hi,
In early versions of C++, the scope of a variable defined in a for loop header extended to the end of the block containing the loop.
Is there way for clang to compile this old source?
Thanks,
Guofeng
Hi,
In early versions of C++, the scope of a variable defined in a for loop header extended to the end of the block containing the loop.
Is there way for clang to compile this old source?
Thanks,
Guofeng