On Sat, 28 Aug 2021 at 10:26, Jonathan Wakely wrote:
>
> On Fri, 27 Aug 2021 at 22:17, Jonathan Wakely wrote:
> >
> > On Fri, 27 Aug 2021 at 21:58, François Dumont via Libstdc++
> > wrote:
> > >
> > > Since std::allocator is not specialized anymore in
> > > _GLIBCXX_INLINE_VERSION mode _ExtPtr_a
On Fri, 27 Aug 2021 at 22:17, Jonathan Wakely wrote:
>
> On Fri, 27 Aug 2021 at 21:58, François Dumont via Libstdc++
> wrote:
> >
> > Since std::allocator is not specialized anymore in
> > _GLIBCXX_INLINE_VERSION mode _ExtPtr_allocator specialization do
> > not compile
> >
> > because std::alloca
On Fri, 27 Aug 2021 at 21:58, François Dumont via Libstdc++
wrote:
>
> Since std::allocator is not specialized anymore in
> _GLIBCXX_INLINE_VERSION mode _ExtPtr_allocator specialization do
> not compile
>
> because std::allocator is incomplete.
That doesn't look right ... it should be complete. T