trns1997 commented on code in PR #11301: URL: https://github.com/apache/nuttx/pull/11301#discussion_r1414036308
########## libs/libxx/libcxx_nuttx_workaround.patch: ########## @@ -0,0 +1,19 @@ +--- libs/libxx/libcxx/include/wchar.h 2023-12-04 15:32:42.227766906 +0100 ++++ libs/libxx/libcxx/include/wchar.h 2023-12-04 15:32:36.163715150 +0100 +@@ -7,15 +7,7 @@ + // + //===----------------------------------------------------------------------===// + +-#if defined(__need_wint_t) || defined(__need_mbstate_t) Review Comment: @xiaoxiang781216 here is the patch file. Hopefully the build passes. But i have no clue what repercussion this might have in the rest of the code. As far as cxx examples go, they seem to be functional. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
