<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[boost::thread-Fehler]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich kann folgenden Fehler einfach nicht nachvollziehen:</p>
<pre><code>boost::thread t (boost::bind(&amp;Nudge::groupEntities, this, i * groupSize));
</code></pre>
<p>Compiler schrieb:</p>
<blockquote>
<p>error C2248: &quot;boost::thread::thread&quot;: Kein Zugriff auf private Member, dessen Deklaration in der boost::thread-Klasse erfolgte.<br />
c:\program files\boost\boost_1_51\boost\thread\detail\thread.hpp(120): Siehe Deklaration von 'boost::thread::thread'<br />
c:\program files\boost\boost_1_51\boost\thread\detail\thread.hpp(116): Siehe Deklaration von 'boost::thread'<br />
e:\inst\visual studio 2010\vc\include\xmemory(280): Siehe Verweis auf die Instanziierung der gerade kompilierten Funktions-template &quot;void std::allocator&lt;_Ty&gt;::construct<a href="boost::thread&amp;" rel="nofollow">boost::thread&amp;</a>(boost::thread *,_Other)&quot;.</p>
</blockquote>
<p>Was mache ich falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/315910/boost-thread-fehler</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 11:57:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/315910.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Apr 2013 18:40:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to boost::thread-Fehler on Mon, 15 Apr 2013 18:40:49 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich kann folgenden Fehler einfach nicht nachvollziehen:</p>
<pre><code>boost::thread t (boost::bind(&amp;Nudge::groupEntities, this, i * groupSize));
</code></pre>
<p>Compiler schrieb:</p>
<blockquote>
<p>error C2248: &quot;boost::thread::thread&quot;: Kein Zugriff auf private Member, dessen Deklaration in der boost::thread-Klasse erfolgte.<br />
c:\program files\boost\boost_1_51\boost\thread\detail\thread.hpp(120): Siehe Deklaration von 'boost::thread::thread'<br />
c:\program files\boost\boost_1_51\boost\thread\detail\thread.hpp(116): Siehe Deklaration von 'boost::thread'<br />
e:\inst\visual studio 2010\vc\include\xmemory(280): Siehe Verweis auf die Instanziierung der gerade kompilierten Funktions-template &quot;void std::allocator&lt;_Ty&gt;::construct<a href="boost::thread&amp;" rel="nofollow">boost::thread&amp;</a>(boost::thread *,_Other)&quot;.</p>
</blockquote>
<p>Was mache ich falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2315689</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2315689</guid><dc:creator><![CDATA[*Rewind*]]></dc:creator><pubDate>Mon, 15 Apr 2013 18:40:49 GMT</pubDate></item><item><title><![CDATA[Reply to boost::thread-Fehler on Mon, 15 Apr 2013 19:02:55 GMT]]></title><description><![CDATA[<p>Lass mal das boost::bind weg, sollte laut Google klappen. Sprich einfach boost::thread(&amp;class::method, object, parameter1, parameter2);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2315702</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2315702</guid><dc:creator><![CDATA[Del1nquenz]]></dc:creator><pubDate>Mon, 15 Apr 2013 19:02:55 GMT</pubDate></item><item><title><![CDATA[Reply to boost::thread-Fehler on Mon, 15 Apr 2013 19:02:58 GMT]]></title><description><![CDATA[<p>Der Fehler liegt nicht da, sondern ein paar Zeilen später, wo du den thread in einen Container zu stecken versuchst. boost::thread ist nicht kopierbar.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2315703</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2315703</guid><dc:creator><![CDATA[seldon]]></dc:creator><pubDate>Mon, 15 Apr 2013 19:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to boost::thread-Fehler on Mon, 15 Apr 2013 20:17:35 GMT]]></title><description><![CDATA[<p>seldon schrieb:</p>
<blockquote>
<p>ein paar Zeilen später, wo du den thread in einen Container zu stecken versuchst.</p>
</blockquote>
<p>Richtig. Danke schon mal. War für mich neu (ist aber auch logisch, wenn man drüber nachdenkt).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2315708</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2315708</guid><dc:creator><![CDATA[*Rewind*]]></dc:creator><pubDate>Mon, 15 Apr 2013 20:17:35 GMT</pubDate></item></channel></rss>