Angus Leeming <[EMAIL PROTECTED]> writes:

| Lars Gullik Bjønnes wrote:
>
>> BOOST_ASSERT can give us filename, function name, and linenumber as
>> well as the expression that asserts in the assert message.
>> 
>> Also boost/assert.hpp is already used by a lot of boost headers so we
>> don't have to add the include all over.
>> 
>> From diffstat:
>> 
>> 91 files changed, 439 insertions(+), 594 deletions(-)
>> 
>> Objections?
>
| Not from me. Looks entirely reasonable. I'm getting pissed off with all these 
| whitespace changes though. I'm going to run this over the source tree after I 
| commit the BufferParams pimpl patch.
>
| find src -name "*" | while read file; do
|         sed 's/^[<TAB> ]\{1,\}$//' $file > tmp
|         cmp -s $file tmp || mv -f tmp $file
| done

I do not understand what that sed does...

-- 
        Lgb

Reply via email to