[Bug c++/32944] New: operator= not ambiguous overload but does not compile

2007-07-31 Thread Dallas at ekkySoftware dot com
l Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Dallas at ekkySoftware dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32944

[Bug c++/32944] operator= not ambiguous overload but does not compile

2007-07-31 Thread Dallas at ekkySoftware dot com
--- Comment #2 from Dallas at ekkySoftware dot com 2007-08-01 00:14 --- The reason I was passing the reference and not the value is because is some circumstances I can change the value of the parameter. Using the const keyword prevents me from calling methods that can change the value