nuttx/include/cxx
aviralgarg05 2820444284 include/cxx/cmath: Use toolchain <cmath> with toolchain libm.
When CONFIG_LIBM_TOOLCHAIN is enabled, include_next the toolchain\n<c\+\+>/cmath wrapper instead of importing symbols from the NuttX\ncmath shim. This avoids include-order recursion and lets libstdc\+\+\nresolve std::abs/std::acos/... against the matching toolchain C\nmath.h declarations.\n\nKeep the existing NuttX cmath namespace path unchanged for non-\ntoolchain libm configurations.

Signed-off-by: aviralgarg05 <gargaviral99@gmail.com>
2026-02-26 12:48:55 +08:00
..
cassert
cctype
cerrno
cinttypes
climits
clocale
cmath include/cxx/cmath: Use toolchain <cmath> with toolchain libm. 2026-02-26 12:48:55 +08:00
csignal
cstdarg
cstdbool
cstddef cxx/cstddef: expose 'max_align_t' 2025-12-09 18:03:10 +08:00
cstdint
cstdio
cstdlib
cstring
ctime
cwchar
cwctype