From: Alan Mackenzie Date: Thu, 10 Nov 2022 11:57:42 +0000 (+0000) Subject: Add to /etc/NEWS a mention of the new C++20 support in CC Mode X-Git-Tag: emacs-29.0.90~1616^2~211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed067f08fe1b1338271e5c436da4063687eb7a98;p=emacs.git 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. --- diff --git a/etc/NEWS b/etc/NEWS index cb5cedd2038..2245b41d9e0 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 81aac2ec274..b13f6a5914e 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))