Can not compile boost::signal tutorial using gcc 4.5 on ubuntu 11.04

后端 未结 1 1737
梦谈多话
梦谈多话 2021-01-05 19:33

I\'m trying to complete the boost::signal tutorial at http://www.boost.org/doc/libs/1_47_0/doc/html/signals/tutorial.html#id2850736

However Eclipse CDT shows parsing

1条回答
  •  一整个雨季
    2021-01-05 20:15

    It seems to be a CDT issue. Have you updated your eclipse version lately? There is a discussion on that topic in the eclipse forum going on:

    http://www.eclipse.org/forums/index.php/t/216821/

    Maybe it gives you some inspiration on how to work around that problem.

    EDIT: As a temporary work around, you can disable certain code analysis features and markers. To do so, go to Window->Preferences->"C/C++"->"Code Analysis" and disable some or all problems. I have disabled all, since it will still highlight errors found during the compilation and I will not be confused by falsely declared problems.

    0 讨论(0)
提交回复
热议问题