The LLVM C ++ compiler has full support for the C ++ 11 standard. Is there a way to set C ++ 11 as the default standard without adding a -std=c++11compiler flag every time? I tried setting the environment variable CCXFLAGSto -std=c++11but no luck.
source
share