--- Additional Comments From giovannibajo at libero dot it 2004-11-25
17:52 ---
Ah so it *was* what I thought it was
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-25
17:48 ---
BasicList(BasicList& a) ;
BasicList a();
BasicList list;
list = a();
Not a bug since the copy construtor for BasicList does not accept rvalues (a()
returns an rvalue).
Either change
BasicList(Basi
--- Additional Comments From e7677215 at est dot fib dot upc dot edu
2004-11-25 17:14 ---
Created an attachment (id=7608)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7608&action=view)
the compiler output
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651
--- Additional Comments From e7677215 at est dot fib dot upc dot edu
2004-11-25 17:13 ---
Created an attachment (id=7607)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7607&action=view)
the preprocessed source
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24
18:06 ---
Can you attach the preprocessed source, see http://gcc.gnu.org/bugs.html.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18651