https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86954

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Tue Aug 14 20:19:20 2018
New Revision: 263542

URL: https://gcc.gnu.org/viewcvs?rev=263542&root=gcc&view=rev
Log:
PR libstdc++/86954 use non-placement operator delete

As explained in the PR, there's no reason to call the nothrow delete,
we can just use the normal one.

        PR libstdc++/86954
        * include/bits/stl_tempbuf.h (return_temporary_buffer): Use
        non-placement delete.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_tempbuf.h

Reply via email to