mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 15:37:23 +00:00
The overloads of std::abs are defined in cstdlib and cmath according to the C++ standard. Without these new definitions the `int std::abs(int)` function was selected for all argument types resulting in a truncation of the return values. Signed-off-by: Moritz Pflanzer <moritz@chickadee-engineering.com> |
||
|---|---|---|
| .. | ||
| nuttx | ||
| cassert | ||
| cctype | ||
| cerrno | ||
| cinttypes | ||
| climits | ||
| clocale | ||
| cmath | ||
| csignal | ||
| cstdarg | ||
| cstdbool | ||
| cstddef | ||
| cstdint | ||
| cstdio | ||
| cstdlib | ||
| cstring | ||
| ctime | ||
| cwchar | ||
| cwctype | ||