mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
libstdc++ since version 11 has a conditional compilation based on [[no_unique_address]] availability whether one element is either inherited or put there as a field with [[no_unique_address]]. The code comment is by teemperor. Reviewed By: teemperor Differential Revision: https://reviews.llvm.org/D104283