C++ PATCH to allow VLAs with C++0x auto

Paolo Carlini paolo.carlini@oracle.com
Sat Aug 6 13:04:00 GMT 2011


On 08/05/2011 09:10 PM, Jason Merrill wrote:
> Paolo asked for GCC to allow deduction of auto from a variable-length 
> array.  Since auto doesn't have the issues involved with normal 
> template deduction from VLAs (namely, the type not being link-time 
> constant), this seems reasonable to me.
Thanks!

Paolo.



More information about the Gcc-patches mailing list