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 2020/06/17 21:58:23 UTC

[GitHub] [incubator-nuttx] davids5 opened a new pull request #1269: cstdlib:Add missing atox to std namespace

davids5 opened a new pull request #1269:
URL: https://github.com/apache/incubator-nuttx/pull/1269


   ## Summary
   
   std::atof was not being resolved as cstdlib was missing ato[fil] using statements.
   
   see https://en.cppreference.com/w/cpp/string/byte/atof
   
   ## Impact
   
   Code would not build.
   
   ## Testing
   
   Code compiles. 
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1269: cstdlib:Add missing atox to std namespace

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #1269:
URL: https://github.com/apache/incubator-nuttx/pull/1269


   


----------------------------------------------------------------
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.

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