LLVM Compiler 2.0: Warning with “using namespace std;”

Have you included any standard header files? Otherwise the compiler doesn’t know about namespace std.

Please post more code to clarify.

Leave a Comment