[cfe-commits] RangeConstraintManager
Ted Kremenek
kremenek at apple.com
Fri Feb 13 11:04:33 PST 2009
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.
More information about the cfe-commits
mailing list