[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 28 00:08:24 PDT 2015


https://bugs.documentfoundation.org/show_bug.cgi?id=94306

--- Comment #14 from Stephan Bergmann <sbergman at redhat.com> ---
(In reply to Siddharth Khabia from comment #10)
> my apology for the earlier comment that was posted by mistake.
> i want to ask is that are we supposed to remove boost::noncopyable and add
> the code provided bu BJORN in the public part of the class ?

You can put those deleted members into a private section (as they cannot be
called anyway, as they are deleted).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150928/7b82eb02/attachment.html>


More information about the LibreOffice mailing list