Fix a warning in the test; no functionality change

llvm-svn: 222143
This commit is contained in:
Marshall Clow 2014-11-17 16:34:44 +00:00
parent bc0b869be9
commit 4bc58540c9
1 changed files with 1 additions and 1 deletions

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