mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2025-01-07 11:50:44 +00:00
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
|
||||
{
|
||||
constexpr J* operator&() &&;
|
||||
constexpr J* operator&() const &&;
|
||||
};
|
||||
|
||||
#endif // _LIBCPP_HAS_NO_CONSTEXPR
|
||||
|
Loading…
Reference in New Issue
Block a user