This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Fix std::copy frontend dispatching
ClosedPublic

Authored by philnik on Jul 14 2023, 11:53 AM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rG939133029316: [libc++][PSTL] Fix std::copy frontend dispatching

Diff Detail

Event Timeline

philnik created this revision.Jul 14 2023, 11:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 11:53 AM
philnik requested review of this revision.Jul 14 2023, 11:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2023, 11:53 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik updated this revision to Diff 541092.Jul 17 2023, 9:36 AM

Try to fix CI

Mordante accepted this revision.Jul 31 2023, 8:49 AM
Mordante added a subscriber: Mordante.

LGTM modulo nits

libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
295

Since the function is not nodiscard and shouldn't be.

This revision is now accepted and ready to land.Jul 31 2023, 8:49 AM
This revision was automatically updated to reflect the committed changes.
philnik marked an inline comment as done.