forked from OSchip/llvm-project
Fix a warning in the test; no functionality change
llvm-svn: 222143
This commit is contained in:
parent
bc0b869be9
commit
4bc58540c9
|
@ -51,7 +51,7 @@ constexpr H* operator&(H const &&) { return nullptr; }
|
|||
|
||||
struct J
|
||||
{
|
||||
constexpr J* operator&() &&;
|
||||
constexpr J* operator&() const &&;
|
||||
};
|
||||
|
||||
#endif // _LIBCPP_HAS_NO_CONSTEXPR
|
||||
|
|
Loading…
Reference in New Issue