[Bug c++/30836] template T[] doesn't catch T[5]
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Mon Aug 6 09:13:00 GMT 2007
------- Comment #3 from pcarlini at suse dot de 2007-08-06 09:13 -------
Yes, the standard is clear that array of unknown bound of T and array of N of T
are different types. And we are all implementing the is_array trait with 2
specializations (Vandevoorde and Josuttis included in their book).
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30836
More information about the Gcc-bugs
mailing list