<html>
<head>
<base href="https://bugs.documentfoundation.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Replace boost::noncopyable with plain C++11 deleted copy ctors"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=94306">bug 94306</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>sbergman@redhat.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Replace boost::noncopyable with plain C++11 deleted copy ctors"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=94306#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Replace boost::noncopyable with plain C++11 deleted copy ctors"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=94306">bug 94306</a>
from <span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span></b>
<pre>(In reply to Daniel L Robertson from <a href="show_bug.cgi?id=94306#c8">comment #8</a>)
<span class="quote">> 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.</span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>