On Feb 13, 2009, at 9:01 AM, Ben Laurie wrote: >>> >>> class RangeSet; >>> std::ostream &operator<<(std::ostream &os, const RangeSet &r); >> >> Please use llvm::cerr or llvm::raw_ostream instead. There are >> pieces of the >> analysis library that still use ostream; these are getting gradualyl >> replaced with llvm::raw_ostream. > > Well, I am confused. If I try to make this change, then I get an error > that requires me to implement the original code (i.e. the error is > that there's no operator<<(std::ostream, RangeSet)).
Okay, don't worry about it for now. We can fix it later. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
