Revert "Update aosp/master libcxx rebase to r263688"
The world is burning. This reverts commitc004fd909c, reversing changes made to1418e4163d.
This commit is contained in:
@@ -69,7 +69,4 @@ int main()
|
||||
test0(std::mem_fn(&A::test0));
|
||||
test1(std::mem_fn(&A::test1));
|
||||
test2(std::mem_fn(&A::test2));
|
||||
#if __has_feature(cxx_noexcept)
|
||||
static_assert((noexcept(std::mem_fn(&A::test0))), ""); // LWG#2489
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user