PR libstdc++/86954 use non-placement operator delete
authorJonathan Wakely <jwakely@redhat.com>
Tue, 14 Aug 2018 20:19:20 +0000 (21:19 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 14 Aug 2018 20:19:20 +0000 (21:19 +0100)
commitaa7df52e4f86b6a92ab236895a85ce2cb7b1a98b
tree419f83c3b76cd023643bafb8ff8cb013c8e24a9d
parent2b1aedf3ac3883af176555bea621c6c8a7a46be7
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.

From-SVN: r263542
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_tempbuf.h