Open GoogleCodeExporter opened 9 years ago
Can't we add a compile test that tries to compile a C++-specific one-line
program?
Like:
int main() {
#ifdef (__cpluscplus__)
return 0;
#else
#error not a C++ compiler!
#endif
}
or with __GNUG__, or equivalent...
Original comment by pascal.m...@gmail.com
on 13 May 2015 at 6:53
there is one. this failure precedes that as part of the AC_PROG_CXX macro.
Original comment by jz...@google.com
on 13 May 2015 at 6:55
Original issue reported on code.google.com by
jz...@google.com
on 8 May 2015 at 9:41Attachments: