g2gps commented on code in PR #8173: URL: https://github.com/apache/nuttx/pull/8173#discussion_r1080846046
########## libs/libxx/Kconfig: ########## @@ -35,10 +35,11 @@ config LIBCXXMINI config LIBCXX bool "LLVM libc++ C++ Standard Library" + depends on CXX_STANDARD="c++17" || CXX_STANDARD="c++20" Review Comment: It does work, for me at least. However, if #8187 gets integrated, this would break. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org