Details
Description
SCons can end up using gcc (not g++) for compiling, but will have errors during link because libstdc++ won't get added to the link line. We should check that the C++ compiler is actually a C++ compiler to catch this error.
SCons can end up using gcc (not g++) for compiling, but will have errors during link because libstdc++ won't get added to the link line. We should check that the C++ compiler is actually a C++ compiler to catch this error.