Re: [PATCH v2] libstdc++: improve documentation for bits/stl_function.h [PR51539]

2021-08-18 Thread Jonathan Wakely via Gcc-patches
On Wed, 18 Aug 2021 at 13:49, Jonathan Wakely wrote: > > On Tue, 17 Aug 2021 at 21:39, Krzysztof Żelechowski wrote: > > - /// One of the @link memory_adaptors adaptors for member > > "memory_adaptors" here is a bad name (see > which introduced it) but we can just > ch

Re: [PATCH v2] libstdc++: improve documentation for bits/stl_function.h [PR51539]

2021-08-18 Thread Jonathan Wakely via Gcc-patches
On Wed, 18 Aug 2021 at 13:49, Jonathan Wakely wrote: > > On Tue, 17 Aug 2021 at 21:39, Krzysztof Żelechowski > wrote: > >template > > struct greater : public binary_function<_Tp, _Tp, bool> > > { > > + /// Tests whether parameter 1 is greater (`operator>`) than > > parameter

Re: [PATCH v2] libstdc++: improve documentation for bits/stl_function.h [PR51539]

2021-08-18 Thread Jonathan Wakely via Gcc-patches
On Tue, 17 Aug 2021 at 21:39, Krzysztof Żelechowski wrote: > > PR libstdc++/PR51539 > > ChangeLog > * libstdc++-v3/include/bits/stl_function.h: Improve documentation. > > diff --git a/libstdc++-v3/include/bits/stl_function.h b/libstdc++-v3/include/ > bits/stl_function.h > index 073018d522

[PATCH v2] libstdc++: improve documentation for bits/stl_function.h [PR51539]

2021-08-17 Thread Krzysztof Żelechowski
PR libstdc++/PR51539 ChangeLog * libstdc++-v3/include/bits/stl_function.h: Improve documentation. diff --git a/libstdc++-v3/include/bits/stl_function.h b/libstdc++-v3/include/ bits/stl_function.h index 073018d522d..a0b84f93d18 100644 --- a/libstdc++-v3/include/bits/stl_function.h +++ b/l