
28 May
2010
28 May
'10
8:31 p.m.
On 28/05/2010 21:27, Ilya Sokolov wrote:
X(const X&) = delete; X& operator=(const X&) = delete;
Ok, but we are talking about rvalue references and asking if Boost.Move provokes some late error report. It's a shame we can't provoke a compilation error always (even with NVRO, I thought the compiler should check for the copy constructor, but I'm not an expert), but that's the best we can do. Best, Ion