[PATCH] D27564: [libcxx] Fix __compressed_pair so it doesn't copy the argument multiple times

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 19:58:48 PST 2016


EricWF added a comment.

Ideally I would like to re-write `__compressed_pair` so that it doesn't need 4 complete specializations but I'm not sure the change would be non-ABI breaking.


https://reviews.llvm.org/D27564





More information about the cfe-commits mailing list