raiden00pl opened a new pull request, #17575:
URL: https://github.com/apache/nuttx/pull/17575
## 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
fix build error
## Testing
this is compilation error so CI tests should be enough.
--
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]