
15 Mar
2011
15 Mar
'11
10:27 a.m.
No, it is because the intended behavior on the builtin types is to make an assignment. Remember in C++ user defined types should follow the builtin semantics when possible.
I fully agree with that. operators should be as close as possible to what they do with built-in types. Is this still true for bitwise operators??? Frédéric