Re: C++11 move semantics

2018-03-06 Thread Frank Heckenbach
Hans Åberg wrote: > Otherwise, there is no reason for Bison to be Yacc compatible, > except for the special Yacc mode, which Paul Eggert worked on > becoming POSIX compliant. For example, Yacc has optional rule > colons, but that might have been removed in Bison in some modes at > least. And Bison

Re: C++11 move semantics

2018-03-06 Thread Hans Åberg
> On 6 Mar 2018, at 00:24, Frank Heckenbach wrote: > > Hans Åberg wrote: > >>> On 5 Mar 2018, at 18:15, Frank Heckenbach wrote: >>> >>> Let's see if I can add "$$ = std::move ($1)" as a default action in >>> my patches. (Not as a pre-action as in C, that would be wrong with >>> move, only as