On Thu, Apr 25, 2019 at 10:31:36PM +0100, Jonathan Wakely wrote: > PR libstdc++/90239 > * doc/xml/manual/status_cxx2020.xml: Correct status of P0591R4. > * doc/html/*: Regenerate. > > This corrects the docs to reflect the real status in gcc-9-branch. > I'll fix it properly on trunk (and later backport it to 9.2). > >
> commit 4ca0b71dbd9355c73f2137390154c5a28d6a189c > Author: Jonathan Wakely <jwak...@redhat.com> > Date: Thu Apr 25 21:49:37 2019 +0100 > > PR libstdc++/90239 Fix status of P0591R4 in C++2a support table > > PR libstdc++/90239 > * doc/xml/manual/status_cxx2020.xml: Correct status of P0591R4. > * doc/html/*: Regenerate. Ok. > diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml > b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml > index cedb3d03066..c84cd86c4ee 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml > @@ -667,6 +667,7 @@ Feature-testing recommendations for C++</link>. > </row> > > <row> > + <?dbhtml bgcolor="#B0B0B0" ?> > <entry> Utility functions to implement uses-allocator construction > </entry> > <entry> > <link xmlns:xlink="http://www.w3.org/1999/xlink" > xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0591r4.pdf"> > @@ -674,7 +675,7 @@ Feature-testing recommendations for C++</link>. > </link> > </entry> > <entry align="center"> 9.1 </entry> > - <entry /> > + <entry>Missing changes to > <code>std::scoped_allocator_adaptor</code></entry> > </row> > > <row> Jakub