------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-26 18:48 ------- TObject(const rObject){} is the same as TObject(TObject&){}
The const is ignored. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18113
pinskia at gcc dot gnu dot org Tue, 26 Oct 2004 11:48:21 -0700
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-26 18:48 ------- TObject(const rObject){} is the same as TObject(TObject&){}
The const is ignored. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18113