Re: [wwwdocs, pushed] Document libstdc++ headers that are deprecated in GCC 15

2025-02-16 Thread Jonathan Wakely
On Sun, 16 Feb 2025 at 18:42, Gerald Pfeifer wrote: > > On Thu, 16 Jan 2025, Jonathan Wakely wrote: > > Pushed to wwwdocs. > > Thank you for updating the release notes! > > > +Deprecated headers > > + > > +Some C++ Standard Library headers now produce deprecation warnings when > > +included. The w

Re: [wwwdocs, pushed] Document libstdc++ headers that are deprecated in GCC 15

2025-02-16 Thread Gerald Pfeifer
On Thu, 16 Jan 2025, Jonathan Wakely wrote: > Pushed to wwwdocs. Thank you for updating the release notes! > +Deprecated headers > + > +Some C++ Standard Library headers now produce deprecation warnings when > +included. The warnings suggest how to adjust the code to avoid the warning, > +for exa

[wwwdocs, pushed] Document libstdc++ headers that are deprecated in GCC 15

2025-01-16 Thread Jonathan Wakely
Pushed to wwwdocs. --- htdocs/gcc-15/porting_to.html | 11 +++ 1 file changed, 11 insertions(+) diff --git a/htdocs/gcc-15/porting_to.html b/htdocs/gcc-15/porting_to.html index c446e309..2bc0d4e5 100644 --- a/htdocs/gcc-15/porting_to.html +++ b/htdocs/gcc-15/porting_to.html @@ -155,6 +15