http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54320
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #11 from Jason Merrill <jason at gcc dot gnu.org> ---
No, begin/end are not supported for VLA; they would involve deducing a
non-constant value for the N template parameter, or compiler magic to recognize
the VLA case and avoid normal overload resolution.