bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vect


From: Akim Demaille
Subject: Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Date: Fri, 13 Aug 2021 08:11:16 +0200

Hi Hans,

> Le 12 août 2021 à 10:40, Hans Åberg <haberg-1@telia.com> a écrit :
> 
> 
>> On 12 Aug 2021, at 10:18, Akim Demaille <akim.demaille@gmail.com> wrote:
>> 
>> GCC 4.2 on macOS claims to support C++98, but does not feature it.
>> 
>> input.cc: In member function 'void state_stack::yycompressStack()':
>> input.cc:1774: error: 'class std::vector<glr_stack_item, 
>> std::allocator<glr_stack_item> >' has no member named 'data'
> 
> The member 'data' was introduced in C++11.
> 
> https://en.cppreference.com/w/cpp/container/vector/data

That page is exactly the one I looked at first to see that it's C++98, not 
C++11.  Read the bottom of <https://en.cppreference.com/w/cpp/container/vector>.

Cheers!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]