In my project, I use the first sdk, it needs me to set :
"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)";
(I just need to use the first SDK at some particular situation )