From ed067f08fe1b1338271e5c436da4063687eb7a98 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Thu, 10 Nov 2022 11:57:42 +0000 Subject: [PATCH] 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 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)) -- 2.39.5