summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnthony Heading <ajrh@ajrh.net>2022-04-29 04:08:35 -0400
committerAkim Demaille <akim.demaille@gmail.com>2022-09-03 09:37:07 +0200
commiteb83487606276fdefd20415176aff9309a62a5ee (patch)
treedc62f8027b04c30b88a464ef99f7347fb57c50c7 /NEWS
parentec9c5556d9b4c18dbd3917b44a3a3e5c94670b5e (diff)
downloadbison-eb83487606276fdefd20415176aff9309a62a5ee.tar.gz
c++: enable C++11 assignment operators for lalr1.cc
<https://github.com/akimd/bison/pull/85> <https://lists.gnu.org/r/bug-bison/2022-04/msg00000.html> * data/skeletons/c++.m4: Enable C++11 assignment operators for all C++ skeletons.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aabca967..f480cb95 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ GNU Bison NEWS
Fixed spurious warnings about input containing `m4_` or `b4_`.
+ The C++ skeletons now expose copy and move operators for symbols.
+
* Noteworthy changes in release 3.8.2 (2021-09-25) [stable]
Fixed portability issues of bison on Cygwin.