0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-24 00:46:06 +00:00
A. Jiang ab95005a05
[libc++] P3247R2: Deprecate is_trivial(_v) ()
Requirements on character-like types are updated unconditionally,
because `basic_string` does requires the default-constructibility. It
might be possible to make `basic_string_view` support classes with
non-public trivial default constructor, but this doesn't seem sensible.

libcxxabi's `ItaniumDemangle.h` is also updated to avoid deprecated
features.
2025-04-09 07:40:01 +08:00
..