Namespace std not recognized in public API.h for shared libraryI developed most of the original source code in Eclipse. And in the past I have looked at the extent...
Namespace std not recognized in public API.h for shared libraryIn the original code I had separate header files for each class. But now you are confusing me. I tho...
Namespace std not recognized in public API.h for shared libraryI inserted this as the first class definition: [code]class Base { public: Base(const std::string&,...
Namespace std not recognized in public API.h for shared library[<user>@fedora libBasexCpp]$ -I ./include/ -c libBasexTest.cpp In file included from libBasexTest.c...
Namespace std not recognized in public API.h for shared libraryAs DizzyDon advised, I removed [quote]using namespace std;[/quote] and inserted [quote]#include <str...