xiaoxiang781216 commented on code in PR #8173:
URL: https://github.com/apache/nuttx/pull/8173#discussion_r1080842496


##########
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:
   does Kconfig support string comparison? And it will stop work after 
https://github.com/apache/nuttx/pull/8187. So I think it's enough to point the 
standard requirement in help text.



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

Reply via email to