This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/26615] compute size of static table in compile time rejected.



------- Comment #1 from pluto at agmk dot net  2006-03-09 09:43 -------
ooops, it's invalid c++ (returning an array) code.

the better testcase is:

template < typename T, std::size_t N >
char[N]& sizer( T (&array)[N] );
^^^^^^^^
the `char (&)[15]` can be returned by function.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26615


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]