nuttx/include/cxx
nicolasWDC 794f0c2ce9 include/cxx/ctime: Add localtime to std namespace.
NuttX time.h declares localtime in the global namespace, but the C++
ctime shim does not import it into namespace std.

As a result, valid C++ code using std::localtime fails to compile with
the NuttX C++ headers, even though ::localtime is available.

Add using ::localtime to include/cxx/ctime.

Signed-off-by: nicolasWDC <nicolasWDC@users.noreply.github.com>
2026-06-09 11:33:40 -03:00
..
cassert
cctype
cerrno
cinttypes
climits
clocale
cmath
csignal
cstdarg
cstdbool
cstddef
cstdint
cstdio
cstdlib
cstring
ctime include/cxx/ctime: Add localtime to std namespace. 2026-06-09 11:33:40 -03:00
cwchar
cwctype