Changeset 3249dd8b for src/AST/Expr.hpp


Ignore:
Timestamp:
Nov 11, 2021, 9:43:09 AM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
5dcb881
Parents:
b7fd9daf
Message:

Some clean-up. DeepCopyCore? lost its already tenous reason to be in the header so I moved it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    rb7fd9daf r3249dd8b  
    767767
    768768/// An expression which must only be evaluated once
    769 class
    770 UniqueExpr final : public Expr {
     769class UniqueExpr final : public Expr {
    771770        static unsigned long long nextId;
    772771public:
Note: See TracChangeset for help on using the changeset viewer.