j
k
j a
j l
Ion GaztaƱaga wrote:
[snip] class X { X(const X&); X& operator=(const X&);
[snip]
class X { X(const X&); X& operator=(const X&);
X(const X&) = delete; X& operator=(const X&) = delete;
Back to the thread
Back to the list