================ @@ -48,6 +48,7 @@ availability: - ``rewind``, suggested replacement: ``fseek`` - ``setbuf``, suggested replacement: ``setvbuf`` + - ``std::get_temporary_buffer``, suggested replacement: "plain" allocation with ``operator new[]`` ---------------- NagyDonat wrote:
Thanks for the suggestion – done in https://github.com/llvm/llvm-project/pull/176191/commits/ddde20f6b0f70e93ede94b141039f64ec2cf5cfc. https://github.com/llvm/llvm-project/pull/176191 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
