[Bug c++/22632] GCC won't produce assignment operator warnings

2005-09-14 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-09-14 15:25 --- I don't see the problem either. You should simply mark the argument to the constructor as const so that temporaries can be bound to it. W. -- What|Removed |Added

[Bug c++/22632] GCC won't produce assignment operator warnings

2005-07-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-23 19:10 --- I don't see what is wrong with this code. The opator= does not get produced until used as required by the C++ standard. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22632