Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


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

Stephan Bergmann <sbergman@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sbergman@redhat.com

--- Comment #13 from Stephan Bergmann <sbergman@redhat.com> ---
(In reply to Daniel L Robertson from comment #8)
I just took a look at it, and if I'm correct this is due to the fact that
there is no default constructor in IBluetoothSocket. boost::noncopyable
defines a default constructor. As a result, you might try something like the
following.

It looks somewhat misguided to derive the IBluetoothSocket "interface" from
boost::noncopyable in the first place.  Just drop that, and let any class
deriving from IBluetoothSocket decide for itself whether or not it should be
copyable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.