On Wed, Jul 25, 2012 at 12:52:42AM +0200, Petr Machata wrote: > > +# Check whether we can use g++ with -std=c++0x for the test. > > +AC_PROG_CXX > > +AX_CXX_COMPILE_STDCXX_0X > > +AM_CONDITIONAL(HAVE_STDCXX_0X, test "x$ax_cv_cxx_compile_cxx0x_cxx" == > > "xyes") > > Should we use AX_CXX_COMPILE_STDCXX_11 instead (or in addition) to that?
Maybe in addition if we really want lots of coverage. But I assumed -std=c++0x was more widely used at this time. At the moment the sample C++ program is very simple, but does use at least one c++0x feature. Cheers, Mark _______________________________________________ elfutils-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/elfutils-devel
