[PATCH] D144626: [C++20] [Modules] Provide OriginalTrailingRequiresClause for serializer to perform ODR-Checking correctly
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 23 09:10:01 PST 2023
erichkeane added a comment.
Woops, I just saw my fixme :D I forgot we needed to do that for comparison of constraints. That said I dont think you need to store it, I think we can just pick up the 'original' one from the primary template. I did work at one point to make sure that the get-instantiated-from-template stuff worked correctly for friends like that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144626/new/
https://reviews.llvm.org/D144626
More information about the cfe-commits
mailing list