Changeset f6f0cca3 for src/ResolvExpr/Alternative.h
- Timestamp:
- May 18, 2018, 10:05:49 AM (5 years ago)
- Branches:
- new-env, with_gc
- Children:
- ff29f08
- Parents:
- 7a37f25
- git-author:
- Aaron Moss <a3moss@…> (05/17/18 15:51:08)
- git-committer:
- Aaron Moss <a3moss@…> (05/18/18 10:05:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Alternative.h
r7a37f25 rf6f0cca3 31 31 Alternative( Expression *expr, const TypeEnvironment &env, const Cost &cost ); 32 32 Alternative( Expression *expr, const TypeEnvironment &env, const Cost &cost, const Cost &cvtCost ); 33 Alternative( const Alternative &other ) = default; 34 Alternative &operator=( const Alternative &other ) = default; 33 Alternative( const Alternative &other ); 34 Alternative & operator= ( const Alternative &other ); 35 Alternative( Alternative&& other ) = default; 36 Alternative & operator= ( Alternative&& other ) = default; 35 37 36 38 void print( std::ostream &os, Indenter indent = {} ) const;
Note: See TracChangeset
for help on using the changeset viewer.