jerpelea opened a new pull request, #17635:
URL: https://github.com/apache/nuttx/pull/17635

   ## Summary
   when C++ lib has an atomic implementation, we shouldn't include NuttX 
defined macros to avoid conflicts
   
   Fix errors like:
   
   build/include/libcxx/__atomic/atomic.h:445:1: error: expected identifier 
before numeric constant
     445 | atomic_fetch_add(volatile atomic<_Tp>* __o, typename 
atomic<_Tp>::difference_type __op) _NOEXCEPT
         | ^~~~~~~~~~~~~~~~
   
   ## Impact
   RELEASE
   
   ## Testing
   CI


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

Reply via email to