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.
This commit is contained in:
Anthony Heading
2022-04-29 04:08:35 -04:00
committed by Akim Demaille
parent ec9c5556d9
commit eb83487606
2 changed files with 8 additions and 6 deletions

2
NEWS
View File

@@ -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.