Changes in src/ResolvExpr/Alternative.h [62194cb:4a161be]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Alternative.h
r62194cb r4a161be 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 } 59 64 } // namespace ResolvExpr 60 65
Note:
See TracChangeset
for help on using the changeset viewer.