]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix outdated comment in <stacktrace>
authorJonathan Wakely <jwakely@redhat.com>
Thu, 27 Feb 2025 21:58:09 +0000 (21:58 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 27 Feb 2025 22:03:50 +0000 (22:03 +0000)
commite8302282cdb53ae1d347c12d7a50c4209fbab4f7
treef6f0bdf910c313fc07abadbf81563144b2ace808
parent8371e7f240c1130a3827be1afb94f73c26df81a6
libstdc++: Fix outdated comment in <stacktrace>

My r15-998-g2a83084ce55363 change replaced the use of nothrow
operator new with a call to __get_temporary_buffer, so update the
comment to match.

libstdc++-v3/ChangeLog:

* include/std/stacktrace (_Impl::_M_allocate): Fix outdated
comment.
libstdc++-v3/include/std/stacktrace