[PATCH] D51762: First part of the <chrono> calendar stuff

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 22:04:03 PDT 2018


mclow.lists added a comment.

This is the first of part of this functionality. Some of these bits are not here yet.



================
Comment at: test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ctor.sys_days.pass.cpp:10
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+// XFAIL
+
----------------
EricWF wrote:
> What?
The `sys_days` type is not implemented yet.
That will be in the next patch.



================
Comment at: test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.nonmembers/streaming.pass.cpp:10
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+// XFAIL
+
----------------
EricWF wrote:
> What?
Again; the streaming bits are not here in this patch.
Next patch.



https://reviews.llvm.org/D51762





More information about the cfe-commits mailing list