c++ - NetBeans 8.2 configure code assitance to C++11 -
i'm using netbeans8.2 c++ project , use c++11 features. problem somehow code assistance of netbeans doesn't manage resolve shared_ptr symbol , hence reds error although compilation passes.
i've googled lot - , seen options of set __cplusplus macro 201103l - doesn't me. netbeans ignores , still have annoying message of "unable resolve symbol".
i've set c++ standard c++11 in tools->properties->code assistance->c++ compiler.
does have idea me?
since compilation successful compiler settings seem ok.
what can do:
context menu of project -> code assistance
reparse project
- since nb8.2 available:
clean c/c++ cache , restart ide
- clean (aka. delete) cache manually , restart ide (you see cache directory used @ -> – on linux it's
~/.cache/netbeans/<nb version>
- check ide log error (view -> ide log). can clean log, reparse project , see errors of parse.
- create new c++ project c++11 enabled test if have same issue there.
Comments
Post a Comment