This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: move dwarfstrings into libdw


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]