Re: assert{ 2.0 } - a new kind of assertion
- From: Martin Vuille <jpmv27@xxxxxxxxx>
- Date: 29 Jan 2008 20:00:03 GMT
"Paul E. Black" <p.black@xxxxxxx> wrote in
news:fnnpnk02421@xxxxxxxxxxxxxxxxx:
ASSERT(0 <= linebufp-linebuf && linebufp-linebuf <=
line_width)
Here's comes from the last one when the assertion fails
0 <= linebufp-linebuf && linebufp-linebuf <= line_width false
in format.c, line 110
I've done that too, but what's missing is displaying the
actual value of the variables so you can tell what went wrong.
MV
--
I do not want replies; please follow-up to the group.
.
- Follow-Ups:
- Re: assert{ 2.0 } - a new kind of assertion
- From: Dmitry A. Kazakov
- Re: assert{ 2.0 } - a new kind of assertion
- Prev by Date: [OT] Re: assert{ 2.0 } - a new kind of assertion
- Next by Date: Re: Why is Object Oriented so successfull
- Previous by thread: [OT] Re: assert{ 2.0 } - a new kind of assertion
- Next by thread: Re: assert{ 2.0 } - a new kind of assertion
- Index(es):
Relevant Pages
|