mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
This is technically ABI breaking, since `is_trivial` and `is_trivially_default_constructible` now return different results. However, I don't think that's a significant issue, since `allocator` is almost always used in classes which own memory, making them non-trivial anyways.