Is it possible to get Travis CI working with Clang that is capable of C++11? (I want Clang, not GCC, I already have GCC 4.8 working in Travis CI.) It appears that the version th
It appears that the clang developers fixed this when you build in -std=gnu++11 mode.
-std=gnu++11
Are you able to build with that flag instead of __STRICT_ANSI__?
__STRICT_ANSI__