emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ed067f08fe: Add to /etc/NEWS a mention of the new C++20 support i


From: Alan Mackenzie
Subject: master ed067f08fe: Add to /etc/NEWS a mention of the new C++20 support in CC Mode
Date: Thu, 10 Nov 2022 06:58:56 -0500 (EST)

branch: master
commit ed067f08fe1b1338271e5c436da4063687eb7a98
Author: Alan Mackenzie <acm@muc.de>
Commit: Alan Mackenzie <acm@muc.de>

    Add to /etc/NEWS a mention of the new C++20 support in CC Mode
    
    * etc/NEWS.  A new section about C++20 support.
    
    * lisp/progmodes/cc-defs.el (c-version): Update to 5.35.2.
---
 etc/NEWS                  | 4 ++++
 lisp/progmodes/cc-defs.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index cb5cedd203..2245b41d9e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1482,6 +1482,10 @@ This controls how statements like the following are 
indented:
 It is enabled by default, but requires that the external "shellcheck"
 command is installed.
 
+** CC Mode
+---
+*** C++ Mode now supports most of the new features in the C++20 standard.
+
 ** Cperl Mode
 
 ---
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index 81aac2ec27..b13f6a5914 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -86,7 +86,7 @@
 
 ;;; Variables also used at compile time.
 
-(defconst c-version "5.35.1"
+(defconst c-version "5.35.2"
   "CC Mode version number.")
 
 (defconst c-version-sym (intern c-version))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]