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.
This commit is contained in:
parent
2a7f01aa38
commit
ed067f08fe
2 changed files with 5 additions and 1 deletions
4
etc/NEWS
4
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
|
||||
|
||||
---
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue