CXXSTD is the C++ analogue to CSTD. It defaults to -std=c++11 with supporting
compilers; -std=gnu++98, otherwise for older versions of g++.
This change standardizes the CXXSTD variable, added to googletest.test.inc.mk
as part of r345203.
MFC after: 1 month