<div><div>#include <boost/thread.hpp></div><div><br></div><div>int foo()</div><div>{</div><div>  </div><div>}</div><div><br></div><div>int main()</div><div>{</div><div>  boost::thread t(boost::bind(&foo));</div><div>
  </div><div>  return 0;</div><div>};</div></div><div><br></div><div><br></div><div>Here is a minimal example that is not working for me. On "problems" toolbox Kdev complains about "Declaration not found: boost::bind", and the "thread" part from boost::thread is not getting colored and red marked.</div>
<div><br></div><div><br></div><div>Ty,</div><div><br></div><div><br></div><div>Victor</div><br><br><div class="gmail_quote">2010/9/15 Victor Vicente de Carvalho <span dir="ltr"><<a href="mailto:victor.v.carvalho@gmail.com">victor.v.carvalho@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote">2010/9/15 David Nolden <span dir="ltr"><<a href="mailto:zwabel@googlemail.com" target="_blank">zwabel@googlemail.com</a>></span><div class="im">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is something between a bug and a missing feature. You can never<br>
expect the C++ support to work for 100% of the cases, as it always<br>
stays an approximation. Of course we want to make it as good as<br>
possible though.<br>
<br>
Reporting alone this as a bug won't help. If you want to help, please<br>
try to find out what the reason is why this fails, by providing an<br>
independent code-snippet that exposes the problem.<br>
<br></blockquote><div><br></div></div><div>No problems, I'll do that.</div><div class="im"><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Greetings, David<br>
<font color="#888888"><br>
--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org" target="_blank">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</font></blockquote></div></div><br><div><br></div><div>Ty, </div><div><br></div><font color="#888888"><div>Victor</div>
</font></blockquote></div><br>