[all-commits] [llvm/llvm-project] edb469: [libc++] Allow __move_constexpr to work with unrel...
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Dec 21 05:04:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edb46980081c4ae78199491da71e18c99104451c
https://github.com/llvm/llvm-project/commit/edb46980081c4ae78199491da71e18c99104451c
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M libcxx/include/__string
Log Message:
-----------
[libc++] Allow __move_constexpr to work with unrelated pointers
Allow `__move_constexpr` to work with unrelated pointers and `_LIBCPP_ASSERT` that `__copy_constexpr`, `__move_constexpr` and `__assign_constexpr` are only run during constant evaluation
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D115986
More information about the All-commits
mailing list