weekday has a static member function __weekday_from_days which is
not part of the mandated public interface of weeekday according to the
standard. Since it is only used internally in the constructors of
weekday, let's make it private.
Details
Details
- Reviewers
ldionne • Quuxplusone Mordante - Group Reviewers
Restricted Project - Commits
- rG622c40722e14: [libc++] Make __weekday_from_days private in weekday
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo