forked from OSchip/llvm-project
459877388b
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 |
||
---|---|---|
.. | ||
atomic_design.html | ||
atomic_design_a.html | ||
atomic_design_b.html | ||
atomic_design_c.html | ||
content.css | ||
cxx1y_status.html | ||
cxx1z_status.html | ||
index.html | ||
menu.css | ||
ts1z_status.html | ||
type_traits_design.html | ||
upcoming_meeting.html |