Manuel López-Ibáñez <lopeziba...@gmail.com> writes:

> +/* Assert that becomes a conditional expression when not checking.

For the sake of clarity towards newcomers, I'd say:

    Assert that becomes a conditional expression when checking is
    disabled at compilation time.

> +   Use this for conditions that should not happen but if they happen, it
> +   is better to handle them gracefully than ICE. Usage:

Similarly, I'd say:

Use this for conditions that should not happen but if they happen, it is
better to handle them gracefully rather than crash randomly later.
Usage:

OK with those changes and thank for your time and dedication.

Cheers,

-- 
                Dodji

Reply via email to