changeset 27864:da3c6aef85fe

NEWS: L-value references are no longer allowed in anonymous functions.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 23 Dec 2019 12:15:04 +0100
parents 546346314210
children b62ca41f355b
files NEWS
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Dec 22 18:35:51 2019 +0100
+++ b/NEWS	Mon Dec 23 12:15:04 2019 +0100
@@ -50,6 +50,9 @@
   one is used, and, in case of an error, the previous format remains
   unchanged.
 
+- L-value references (i.e. increment, decrement, and all assignment
+  operations) are no longer allowed in anonymous functions.
+
 - New warnings have been added about questionable uses of the colon ':'
   range operator.  Each has a new warning ID so that it can be disabled
   if desired.