[libcxx-commits] [PATCH] D147655: Implement mangling rules for C++20 concepts and requires-expressions.
Roy Jacobson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 6 07:39:34 PDT 2023
royjacobson added a comment.
I agree it doesn't affect too much code, but people do instantiate templates manually sometimes. IIUC, linking against shared libraries would break if that library does explicit instantiations of constrained functions. That concerns me a bit.
Also, do you know if GCC developers are planning on implementing this change as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147655/new/
https://reviews.llvm.org/D147655
More information about the libcxx-commits
mailing list