Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Alternative.h

    r4a161be r62194cb  
    5757        /// Moves all elements from src to the beginning of dst
    5858        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         }
    6459} // namespace ResolvExpr
    6560
Note: See TracChangeset for help on using the changeset viewer.