Changes in src/AST/Node.hpp [99da267:7d0881c]
- File:
-
- 1 edited
-
src/AST/Node.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.hpp
r99da267 r7d0881c 57 57 template<typename node_t> 58 58 friend node_t * mutate(const node_t * node); 59 template<typename node_t>60 friend node_t * shallowCopy(const node_t * node);61 59 62 60 mutable size_t strong_count = 0;
Note:
See TracChangeset
for help on using the changeset viewer.