Changes in src/ResolvExpr/Alternative.h [4a161be:62194cb]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Alternative.h
r4a161be r62194cb 57 57 /// Moves all elements from src to the beginning of dst 58 58 void spliceBegin( AltList& dst, AltList& src ); 59 60 static inline std::ostream & operator<<(std::ostream & os, const ResolvExpr::Alternative & alt) {61 alt.print( os );62 return os;63 }64 59 } // namespace ResolvExpr 65 60
Note:
See TracChangeset
for help on using the changeset viewer.