This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from b2e9337b0 Fix filesystem build on platforms with weird time_t types. new 8b3028709 optional: Implement LWG 2900 and P0602
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/optional | 104 ++++++++++++++++++--- .../optional.object/special_member_gen.pass.cpp | 66 ------------- .../optional.object.assign/move.pass.cpp | 30 +++--- .../optional.object.ctor/copy.pass.cpp | 8 +- .../optional.object.ctor/move.pass.cpp | 8 +- .../optional.object/special_member_gen.pass.cpp | 36 ++++++- 6 files changed, 145 insertions(+), 107 deletions(-) delete mode 100644 test/libcxx/utilities/optional/optional.object/special_member_g [...]