There's not currently one single method that will simply report "g++", "clang++", etc., depending on the compiler guessed. We have is_gcc, is_msvc, and so on. Seems like ::CppGuess ought to have a one-stop-method for reporting the compiler to invoke.
There's not currently one single method that will simply report "g++", "clang++", etc., depending on the compiler guessed. We have is_gcc, is_msvc, and so on. Seems like ::CppGuess ought to have a one-stop-method for reporting the compiler to invoke.