Fix a warning in the test; no functionality change
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@222143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88aae920ef
commit
cfeac66f8c
@ -51,7 +51,7 @@ constexpr H* operator&(H const &&) { return nullptr; }
|
|||||||
|
|
||||||
struct J
|
struct J
|
||||||
{
|
{
|
||||||
constexpr J* operator&() &&;
|
constexpr J* operator&() const &&;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _LIBCPP_HAS_NO_CONSTEXPR
|
#endif // _LIBCPP_HAS_NO_CONSTEXPR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user