hanchenye-llvm-project/libcxx/www
Eric Fiselier 459877388b Implement LWG 2937 - equivalent("dne", "exists") is not an error
This patch speculatively implements the PR for LWG 2937, which fixes
two issues with equivalent.

(1) It makes equivalent("dne", "exists") an error. Previously only
    equivalent("dne", "dne") was an error and the former case was not (it returned false).
    Now equivalent reports an error when either input doesn't exist.

(2) It makes equivalent(p1, p2) well-formed when `is_other(p1) && is_other(p2)`.
    Previously this was an error, but there is seemingly no reason why it should be on POSIX system.

llvm-svn: 307117
2017-07-05 03:37:05 +00:00
..
atomic_design.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
atomic_design_a.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
atomic_design_b.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
atomic_design_c.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
content.css
cxx1y_status.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
cxx1z_status.html Mark LWG 2904 as complete. 2017-06-07 10:27:17 +00:00
index.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
menu.css
ts1z_status.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
type_traits_design.html Update all bug URL's to point to https://bugs.llvm.org/... 2017-02-17 08:37:03 +00:00
upcoming_meeting.html Implement LWG 2937 - equivalent("dne", "exists") is not an error 2017-07-05 03:37:05 +00:00