Add operator 'copy', translates as fall-through.

This commit is contained in:
Graydon Hoare 2011-08-15 15:35:40 -07:00
parent 9ca8df93b3
commit 814bf41d89
13 changed files with 51 additions and 9 deletions

View file

@ -317,6 +317,7 @@ tag expr_ {
* FIXME: many of these @exprs should be constrained with
* is_lval once we have constrained types working.
*/
expr_copy(@expr);
expr_move(@expr, @expr);
expr_assign(@expr, @expr);
expr_swap(@expr, @expr);