
22 Feb
2013
22 Feb
'13
12:51 p.m.
paul Fultz wrote:
Will something like this compile on C++03 compilers?
struct foo { tuple<int> x; };
foo a, b; a = b;
Otherwise, it should have an option to disable Boost.Move.
It compiles. Why do you think it might not? I only didn't test the performance of this move-enabled version. The option to disable it may be added even if everything compiles. Regards, Adam