Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Hans Ã…berg <[email protected]> Thu, 12 Aug 2021 10:40:05 +0200
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <[email protected]> |
> On 12 Aug 2021, at 10:18, Akim Demaille <[email protected]> = wrote: >=20 > GCC 4.2 on macOS claims to support C++98, but does not feature it. >=20 > 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