[Bug c++/24690] error using TinyVector temporary as default constructor value

2005-11-05 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-06 04:37 --- This is a dup of bug 57. There is still an open question in the C++ standards committee if this is valid or invalid code. So right now GCC is correct. *** This bug has been marked as a duplicate of 57 *** -- pi

[Bug c++/24690] error using TinyVector temporary as default constructor value

2005-11-05 Thread faheem at email dot unc dot edu
--- Comment #1 from faheem at email dot unc dot edu 2005-11-06 03:05 --- Created an attachment (id=10158) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10158&action=view) Preprocessed file showing the error Error is: foo.cc:15: error: type specifier omitted for parameter foo.cc: