私のプロジェクトでは、最初の SDK を使用します。次のように設定する必要があります。
"c++ Language Dialect" to "C+=98[-std=c++98]",
"c++ Standard Library" to "libstdc++(GUN C++ standard library)";
however ,the project also needs the second sdk,it needs to set
and the second sdk,it needs me to set the
"c++ Language Dialect" to "C++11[-std=c++11]",
"c++ Standard Library" to "libc++(LLVM C++ standard library with C++ support)";
(特定の状況で最初のSDKを使用する必要があるだけです)