Revert "Revert "Update aosp/master libcxx rebase to r263688""
This reverts commit 1d4a1edbc7.
Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
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