You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/14 19:36:08 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request, #6434: include/cxx: Remove all non standard c++ header files

xiaoxiang781216 opened a new pull request, #6434:
URL: https://github.com/apache/incubator-nuttx/pull/6434

   ## Summary
   All standard header files can check here:
   https://en.cppreference.com/w/cpp/header
   
   ## Impact
   
   ## Testing
   
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] davids5 commented on pull request #6434: include/cxx: Remove all non standard c++ header files

Posted by GitBox <gi...@apache.org>.
davids5 commented on PR #6434:
URL: https://github.com/apache/incubator-nuttx/pull/6434#issuecomment-1155689067

   Where will ::close be defined?


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #6434: include/cxx: Remove all non standard c++ header files

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #6434:
URL: https://github.com/apache/incubator-nuttx/pull/6434#issuecomment-1155938024

   > Where will ::close be defined?
   
   unistd.h.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6434: include/cxx: Remove all non standard c++ header files

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #6434:
URL: https://github.com/apache/incubator-nuttx/pull/6434


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #6434: include/cxx: Remove all non standard c++ header files

Posted by GitBox <gi...@apache.org>.
pkarashchenko commented on PR #6434:
URL: https://github.com/apache/incubator-nuttx/pull/6434#issuecomment-1155986803

   ```
   ./src/cwidgetcontrol.cxx:30:10: fatal error: csched: No such file or directory
      30 | #include <csched>
   ```


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org