Hi all,
I hope that is the right section to post this problem.
I'm developing an aplication using zeromq framework boost library and std library v11. For the first two library (zmq and boost) i have no problem but std library give me some problem.
the following function/type give me the error "Unable to resolve identifier" in netbeans ide.
Code:
std::stol
std::stoi
std::thread
std::mutex
Netbeans is not the only one that give me this problem. I have the same problem but with different name in eclipse.
I control the code assistance Tool->Options->C/C++->Code Assistance but i think that the include directorys are right.
Code:
/usr/include/c++/4.8
/usr/include/i386-linux-gnu/c++/4.8
/usr/include/c++/4.8/backward
/usr/lib/gcc/i686-linux-gnu/4.8/include
/usr/local/include
/usr/lib/gcc/i686-linux-gnu/4.8/include-fixed
/usr/include/i386-linux-gnu
/usr/include
/usr/include/i386-linux-gnu/c++/4.8/bits
Someone can help me? I'll try some solutions that i found in internet but not work
thank you