This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 35a0c2ce5 Fix typo new 699cb5b3b Remove unused include of "verbose_assert.h" new 989927cc3 Don't require relops on variant alternatives to all return th [...] new f06032bb0 Implement LWG 2221 - No formatted output operator for nullptr [...] new e59d09882 Revert "Implement LWG 2221 - No formatted output operator for [...] new 087a509b6 Fix diagnostic regex in variant tests to tolerate older clang [...] new ac2b5703b refresh the libc++ homepage new e40432072 add a quick link to libc++abi new 8f4c8e666 fix some typos in the doc
The 8 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: docs/DesignDocs/CapturingConfigInfo.rst | 2 +- docs/DesignDocs/VisibilityMacros.rst | 6 +- docs/conf.py | 2 +- docs/index.rst | 6 +- include/variant | 22 +++-- .../sequences/vector/vector.cons/move.pass.cpp | 1 - .../variant/variant.relops/relops.pass.cpp | 107 +++++++++++++++------ .../variant.relops/relops_bool_conv.fail.cpp | 88 +++++++++++++++++ www/index.html | 12 ++- 9 files changed, 197 insertions(+), 49 deletions(-) create mode 100644 test/std/utilities/variant/variant.relops/relops_bool_conv.fail.cpp