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:
Marshall Clow 2014-11-17 16:34:44 +00:00
parent 88aae920ef
commit cfeac66f8c

View File

@ -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