"Debarshi Sanyal" <[EMAIL PROTECTED]> writes: > Is there any way to turn off "named return value optimization" > (NRVO) while compiling a C++ program with g++?
This question is not appropriate for gcc@gcc.gnu.org, which is for developers of gcc. It is appropriate for [EMAIL PROTECTED] Please take any followups to that mailing list. Thanks. The answer to your question is no. g++ will always implement NRVO when possible. Ian