Changes in src/AST/Node.hpp [c92bdcc:16ba4897]
- File:
-
- 1 edited
-
src/AST/Node.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Node.hpp
rc92bdcc r16ba4897 161 161 } 162 162 } 163 if ( ! errors.isEmpty() ) { 164 throw errors; 165 } 163 errors.throwIfNonEmpty(); 166 164 } 167 165
Note:
See TracChangeset
for help on using the changeset viewer.