You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
/Users/wangjunjie/Documents/cmake_source/t1/main.cpp:1:10: fatal error: 'iostream' file not found
#include
^~~~~~~~~~
The text was updated successfully, but these errors were encountered:
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
/Users/wangjunjie/Documents/cmake_source/t1/main.cpp:1:10: fatal error: 'iostream' file not found
#include
^~~~~~~~~~
The text was updated successfully, but these errors were encountered: