timoxd7 opened a new issue, #1865: URL: https://github.com/apache/mynewt-nimble/issues/1865
## Info After updating our projects ESP IDF Version, which also updates the NimBLE Stack, the Code was not able to compile anymore. One Reason was this line: https://github.com/apache/mynewt-nimble/blob/16e1bfc67966ba531d1c313f443ced7f66a2e15e/porting/npl/nuttx/src/wqueue.h#L37 Every File including this directly or indirectly will be forced to use the `std` namespace, which should _not_ be. Removing this line works for me, however i don't know if it is conditionally needed by other platforms. However, this should never appear in a header file and if needed, must be moved to the according c/cpp file or using the `std::` syntax in front of necessary functions. -- 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]
