[Bug c++/2112] [3.3/3.4/3.5 Regression] misleading message for binding r-value to non-const reference

2004-06-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-18 04:41 --- The error message in 3.3 and 3.4 and 3.5 are all correct so closing. -- What|Removed |Added

[Bug c++/2112] [3.3/3.4/3.5 Regression] misleading message for binding r-value to non-const reference

2004-03-19 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-03-19 19:56 --- I don't consider this as a bug. I'd just close it. Note that there is not much we can do about it: we can't say that there is an attempt to bind an rvalue to a non-const reference, because this would imply

[Bug c++/2112] [3.3/3.4/3.5 Regression] misleading message for binding r-value to non-const reference

2004-03-19 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-03-19 19:48 --- If we consider this a bug of any kind, it's a regression against 2.95. -- What|Removed |Added