> Le 17 août 2021 à 15:46, Hans Åberg <[email protected]> a écrit : > >> On 17 Aug 2021, at 08:49, Akim Demaille <[email protected]> wrote: >> >> You need to read my answer, and the page it pointed you to. > > I checked it out on the C++ Std-Discussion list, and there is normative > standard specifying std::vector::data before C++11. The absence in GCC 4.2 > may have to do with the MacOS version, as an earlier GCC version has it. Yes, as shown in the logs it used GCC 4.0's headers. That being said, glr2.cc actually requires C++11, so I have reverted these changes, since none of the other C++ skeletons need vector::data, and this check was not enough for glr2.cc. Cheers!
- [PATCH 2/9] tests: be robust to old versions of xlstproc Akim Demaille
- [PATCH 3/9] tests: remove obsolete checks Akim Demaille
- [PATCH 4/9] build: check for C++ 20 and 2b Akim Demaille
- [PATCH 5/9] build: reject C++ compilers that don't support s... Akim Demaille
- Re: [PATCH 5/9] build: reject C++ compilers that don't ... Hans Åberg
- Re: [PATCH 5/9] build: reject C++ compilers that do... Akim Demaille
- Re: [PATCH 5/9] build: reject C++ compilers tha... Hans Åberg
- Re: [PATCH 5/9] build: reject C++ compilers... Akim Demaille
- Re: [PATCH 5/9] build: reject C++ comp... Hans Åberg
- Re: [PATCH 5/9] build: reject C++ comp... Hans Åberg
- Re: [PATCH 5/9] build: reject C++ ... Akim Demaille
- Re: [PATCH 5/9] build: reject C++ ... Hans Åberg
- [PATCH 6/9] build: modernize to newer Autoconf releases Akim Demaille
- [PATCH 7/9] news: be clear that glr2.cc is C++11 Akim Demaille
- [PATCH 8/9] gnulib: update Akim Demaille
- [PATCH 9/9] tests: fix incorrect test case Akim Demaille
