stl_tempbuf.h
8.09 KB
-
PR libstdc++/86954 use non-placement operator delete · aa7df52e
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
Jonathan Wakely committed