------- Additional Comments From squell at alumina dot nl  2005-07-24 02:31 
-------
To clarify a bit; the comments dealing with the lines that read;

  ValueType value ( *first );   // copy construct!

Should be ignored. I wrote them out of fear for situations where 
"T obj(initializer);" works but "T obj = initializer;" doesn't, but this has to
do with implicit conversion, not assignability. The existing 
"ValueType value = *first" is preferable for these two lines. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22634

Reply via email to