More work will be needed for the documentation, but I think I'm making progress. We still have to be clearer on whether YY_MOVE and others should be public.
Akim Demaille (5): tests: prepare a test for automove tests: c++: use a custom string type c++: introduce api.value.automove c++: issue a warning with a value is moved several times news: c++: move semantics NEWS | 52 ++++++++++++ data/lalr1.cc | 7 +- doc/bison.texi | 63 ++++++++++++++- examples/variant-11.yy | 5 +- src/scan-code.l | 21 ++--- tests/c++.at | 180 ++++++++++++++++++++++++++++++++++------- tests/local.at | 2 + 7 files changed, 287 insertions(+), 43 deletions(-) -- 2.19.0
