andrzej-kaczmarek commented on issue #2040: Build failure due to implicit declaration of 'static_assert' URL: https://github.com/apache/mynewt-core/issues/2040#issuecomment-547327313 imo we should change `static_assert` (C++ symbol) to `_Static_assert` (C11 symbol) - we anyway have `#define` to redefine the former to the latter. not sure if this will be supported by old GCC, but works fine in 7.x+.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
