]> git.eshelyaron.com Git - emacs.git/commitdiff
Add to /etc/NEWS a mention of the new C++20 support in CC Mode
authorAlan Mackenzie <acm@muc.de>
Thu, 10 Nov 2022 11:57:42 +0000 (11:57 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 10 Nov 2022 11:57:42 +0000 (11:57 +0000)
* etc/NEWS.  A new section about C++20 support.

* lisp/progmodes/cc-defs.el (c-version): Update to 5.35.2.

etc/NEWS
lisp/progmodes/cc-defs.el

index cb5cedd2038f9abd1be826060cb146829a0dd78e..2245b41d9e0782f18cd4d362124fcbfb00860a55 100644 (file)
--- 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
 
 ---
index 81aac2ec27413b73f4d04516c46cc2e07cb35c58..b13f6a5914e4add8ba301d98b3d4b6070b9b598d 100644 (file)
@@ -86,7 +86,7 @@
 \f
 ;;; 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))