Changes in src/AST/Expr.hpp [b91bfde:f95634e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.hpp
rb91bfde rf95634e 767 767 768 768 /// An expression which must only be evaluated once 769 class UniqueExpr final : public Expr { 769 class 770 UniqueExpr final : public Expr { 770 771 static unsigned long long nextId; 771 772 public:
Note: See TracChangeset
for help on using the changeset viewer.