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