Changeset 14cebb7a for src/AST/Node.hpp
- Timestamp:
- May 10, 2019, 9:31:29 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 36354b1
- Parents:
- 77a3f41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.hpp
r77a3f41 r14cebb7a 27 27 class Node { 28 28 public: 29 // override defaults to ensure assignment doesn't 29 // override defaults to ensure assignment doesn't 30 30 // change/share reference counts 31 31 Node() = default;
Note: See TracChangeset
for help on using the changeset viewer.