Revert "Update aosp/master libcxx rebase to r263688"
The world is burning. This reverts commitc004fd909c, reversing changes made to1418e4163d.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
int main()
|
||||
{
|
||||
std::jmp_buf jb;
|
||||
((void)jb); // Prevent unused warning
|
||||
static_assert((std::is_same<decltype(std::longjmp(jb, 0)), void>::value),
|
||||
"std::is_same<decltype(std::longjmp(jb, 0)), void>::value");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user