c++: add move assignments to the symbol type
commitfdaedc780af0dd678a4f4fa3175a201a553be20a
authorAkim Demaille <akim.demaille@gmail.com>
Tue, 7 Sep 2021 05:00:32 +0000 (7 07:00 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Sun, 12 Sep 2021 10:03:58 +0000 (12 12:03 +0200)
treed2a52501ccff078cea27f9d598418b2e417e2319
parent85f5e3b9d5188b093ad9e6b382b77044b9bdec1f
c++: add move assignments to the symbol type

This will be used in glr2.cc, which requires C++11.

* data/skeletons/c++.m4 (basic_symbol, by_kind): Add move assignment.
data/skeletons/c++.m4