[libcxx-commits] [PATCH] D134363: [libc++] Avoid relying on non-portable behaviour in std::align

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 21 11:49:06 PDT 2022


philnik added a comment.

Is there any benefit of the builtin other than removing `reinterpret_cast`? If not I'd say just drop it, since we have to keep the `reinterpret_cast`s anyways.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134363/new/

https://reviews.llvm.org/D134363



More information about the libcxx-commits mailing list