diff options
author | Dan Albert <danalbert@google.com> | 2017-03-30 16:34:27 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2017-03-30 17:18:31 -0700 |
commit | 284c8f1bafd53777c262ee29f941644747eb4ad9 (patch) | |
tree | 9d923e60b2e04a083a2a719b054ea1db2a5a699c /libc/malloc_debug/malloc_debug.cpp | |
parent | aa0b5054c52e10a9e4b5d5dd9daa90d707164af0 (diff) |
Revert "isnan and isinf aren't functions."
While this change is correct, GNU libstdc++ 4.9 isn't able to handle a
standard compliant C library. Its <cmath> will `#undef isnan` from
math.h and only adds the function overloads to the std namespace,
making it impossible to use both <cmath> (which gets included by a
lot of other standard headers) and ::isnan.
We're going to have to revert this until we can start turning down
support for gnustl.
This reverts commit e76ee993ff30a639d24c7db6a080c14d1b1a10f2.
Bug: https://code.google.com/p/android/issues/detail?id=271629
Test: make checkbuild
Change-Id: I394f50271430e78ab801d85c3ee4e87019eda6af
Diffstat (limited to 'libc/malloc_debug/malloc_debug.cpp')
0 files changed, 0 insertions, 0 deletions