KDev is missing some syntax information

Victor Vicente de Carvalho victor.v.carvalho at gmail.com
Wed Sep 15 16:32:36 UTC 2010


#include <boost/thread.hpp>

int foo()
{

}

int main()
{
  boost::thread t(boost::bind(&foo));

  return 0;
};


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.


Ty,


Victor


2010/9/15 Victor Vicente de Carvalho <victor.v.carvalho at gmail.com>

>
>
> 2010/9/15 David Nolden <zwabel at googlemail.com>
>
> This is something between a bug and a missing feature. You can never
>> expect the C++ support to work for 100% of the cases, as it always
>> stays an approximation. Of course we want to make it as good as
>> possible though.
>>
>> Reporting alone this as a bug won't help. If you want to help, please
>> try to find out what the reason is why this fails, by providing an
>> independent code-snippet that exposes the problem.
>>
>>
> No problems, I'll do that.
>
>
>
>> Greetings, David
>>
>> --
>> KDevelop-devel mailing list
>> KDevelop-devel at kdevelop.org
>> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>>
>
>
> Ty,
>
> Victor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20100915/a7cdf555/attachment.html>


More information about the KDevelop-devel mailing list