Changeset acd80b4 for src/AST/Type.hpp
- Timestamp:
- May 16, 2019, 4:56:56 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6f8e87d
- Parents:
- 41b24c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Type.hpp
r41b24c8 racd80b4 30 30 31 31 // Must be included in *all* AST classes; should be #undef'd at the end of the file 32 #define MUTATE_FRIEND template<typename node_t> friend automutate(const node_t * node);32 #define MUTATE_FRIEND template<typename node_t> friend node_t * mutate(const node_t * node); 33 33 34 34 namespace ast {
Note: See TracChangeset
for help on using the changeset viewer.