
25 May
2017
25 May
'17
10:01 p.m.
Gottlob Frege wrote:
Some committee members want references to work one way, some want it to work another, ...
More specifically, some want in T t1, t2; expected<T&> e1( t1 ), e2( t2 ); e1 = e2; t1 to be assigned t2, whereas others want e1 to start pointing to t2. Similarly for e1 = t2.
so we should *never* support references.
Sounds like a good plan to me.