[PATCH] D140996: [c++20] P1907R1: Support for generalized non-type template arguments of scalar type.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 08:39:40 PDT 2023
erichkeane added a comment.
In D140996#4189452 <https://reviews.llvm.org/D140996#4189452>, @bolshakov-a wrote:
> Sorry! It's my first time using Phabricator. Maybe, the problem occurs because I've solved the issue with Arcanist just by means of copy-pasting patches into "Update Diff" Web GUI form. Maybe, I should reopen the PR?
When you generate your patch, you need to use -U999999 to make sure you get full context. I typically pipe it to a file (the git diff /git show HEAD), then use the upload file version.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140996/new/
https://reviews.llvm.org/D140996
More information about the cfe-commits
mailing list