
22 Jun
2008
22 Jun
'08
8:50 p.m.
Ion GaztaƱaga wrote:
The goal is that anyone experimenting with compilers with rvalue references (gcc 4.3 for now) can take advantage of containers that can hold movable-only types.
I hardly see how any other datatype than a vector (or a hash map) can require movability. For the rest, you only need to put in-place construction in the interface.