This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is_constant_evaluated.
ClosedPublic

Authored by mpark on Nov 7 2019, 3:54 AM.

Diff Detail

Event Timeline

mpark created this revision.Nov 7 2019, 3:54 AM
Herald added a project: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Nov 7 2019, 4:39 AM
This revision is now accepted and ready to land.Nov 7 2019, 4:39 AM
This revision was automatically updated to reflect the committed changes.