Revert "Revert "Update aosp/master libcxx rebase to r263688""
This reverts commit 1d4a1edbc7.
Change-Id: I2909937fe582f2c5552bc86e7f4d2d5cff0de0aa
This commit is contained in:
@@ -62,6 +62,8 @@ int main()
|
||||
{
|
||||
std::fenv_t fenv;
|
||||
std::fexcept_t fex;
|
||||
((void)fenv); // Prevent unused warning
|
||||
((void)fex); // Prevent unused warning
|
||||
static_assert((std::is_same<decltype(std::feclearexcept(0)), int>::value), "");
|
||||
static_assert((std::is_same<decltype(std::fegetexceptflag(&fex, 0)), int>::value), "");
|
||||
static_assert((std::is_same<decltype(std::feraiseexcept(0)), int>::value), "");
|
||||
|
||||
Reference in New Issue
Block a user