[libcxx-commits] [PATCH] D117638: [libcxx] chrono::month_weekday should not be default constructible

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 20 10:00:16 PST 2022


Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.

LGTM, with one request.



================
Comment at: libcxx/test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.nonmembers/comparisons.pass.cpp:61
 
 //  same month, different years
-    for (int i = 1000; i < 20; ++i)
----------------
Please fix this indention before landing, same applies to the tests below.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117638/new/

https://reviews.llvm.org/D117638



More information about the libcxx-commits mailing list