On 27.12.2011 09:57, schame...@spinor.com wrote:
> On 2011-12-25 10:57, Branko Čibej wrote:
>> On 25.12.2011 10:20, schame...@spinor.com wrote:
>>> On 2011-12-25 07:00, Branko Čibej wrote:
>>>> On 25.12.2011 01:01, Mark Mielke wrote:
>>>>> Hey all. Just reading and I'm surprised that Subversion uses assert()
>>>>> in production code. I don't think this is typical practice.
>>>>
>>>> You should read my rant about that in this thread. :)
>>>
>>> Assertions should never call abort.
>>
>> You should tell that to the designers of the C runtime library. :)
>
> You mean the GNU runtime library,

No, I mean the C runtime library. Read a C textbook if you don't believe
me. assert() is required to call abort() if the condition is false.

-- Brane

Reply via email to