This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 5612bd4 Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t [...] new 2b3c1c4 Fix LWG 2934 - optional<const T> doesn't compare with T
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 | 108 ++++++++++----------- .../optional/optional.comp_with_t/equal.pass.cpp | 61 +++++++----- .../optional/optional.comp_with_t/greater.pass.cpp | 63 ++++++------ .../optional.comp_with_t/greater_equal.pass.cpp | 65 +++++++------ .../optional.comp_with_t/less_equal.pass.cpp | 65 +++++++------ .../optional.comp_with_t/less_than.pass.cpp | 63 ++++++------ .../optional.comp_with_t/not_equal.pass.cpp | 61 +++++++----- .../optional/optional.relops/equal.pass.cpp | 94 ++++++++++-------- .../optional.relops/greater_equal.pass.cpp | 93 ++++++++++-------- .../optional/optional.relops/greater_than.pass.cpp | 91 +++++++++-------- .../optional/optional.relops/less_equal.pass.cpp | 93 ++++++++++-------- .../optional/optional.relops/less_than.pass.cpp | 91 +++++++++-------- .../optional/optional.relops/not_equal.pass.cpp | 94 ++++++++++-------- www/cxx1z_status.html | 2 +- 14 files changed, 589 insertions(+), 455 deletions(-)