This is an archive of the discontinued LLVM Phabricator instance.

libc++: document in the release notes that a C++20 compiler is expected
ClosedPublic

Authored by sylvestre.ledru on Oct 4 2021, 2:10 AM.

Event Timeline

sylvestre.ledru requested review of this revision.Oct 4 2021, 2:10 AM
sylvestre.ledru created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2021, 2:10 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 4 2021, 9:58 AM

We need to draw a distinction between using libc++ with pre-C++20 standard modes (which is entirely supported) and building the dylib itself, which does require C++20 support.

LGTM with my suggested change.

libcxx/docs/ReleaseNotes.rst
57
This revision is now accepted and ready to land.Oct 4 2021, 9:58 AM