Is auto as a parameter in a regular function a GCC 4.9 extension? July 17, 2022 by Tarik Yes, this is an extension. It’s likely to be added to C++17 as part of the ‘concepts’ proposal, I believe.