projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7f01a
)
Add to /etc/NEWS a mention of the new C++20 support in CC Mode
author
Alan Mackenzie
<acm@muc.de>
Thu, 10 Nov 2022 11:57:42 +0000
(11:57 +0000)
committer
Alan 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
patch
|
blob
|
history
lisp/progmodes/cc-defs.el
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
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
---
diff --git
a/lisp/progmodes/cc-defs.el
b/lisp/progmodes/cc-defs.el
index 81aac2ec27413b73f4d04516c46cc2e07cb35c58..b13f6a5914e4add8ba301d98b3d4b6070b9b598d 100644
(file)
--- a/
lisp/progmodes/cc-defs.el
+++ b/
lisp/progmodes/cc-defs.el
@@
-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))