You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "g2gps (via GitHub)" <gi...@apache.org> on 2023/01/27 00:06:37 UTC

[GitHub] [nuttx] g2gps commented on a diff in pull request #8244: LLVM libcxx upgrade from 12.0.0 to 15.0.7

g2gps commented on code in PR #8244:
URL: https://github.com/apache/nuttx/pull/8244#discussion_r1088461815


##########
libs/libxx/Kconfig:
##########
@@ -87,7 +87,7 @@ endif
 
 config CXX_STANDARD
 	string "Language standard"
-	default "gnu++17"
+	default "gnu++20"

Review Comment:
   Release `15.0.0` is the earliest version which has the the changes from the existing 5 patches currently in the NuttX tree applied. This version already doesn't compile with gcu++17 or c++17, without additional patching.



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org