This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Enable lightweight checks with _GLIBCXX_ASSERTIONS.


2015-09-07 22:10 GMT+02:00 Jonathan Wakely <jwakely@redhat.com>:
> On 07/09/15 20:53 +0100, Jonathan Wakely wrote:
>> On 07/09/15 21:04 +0200, Daniel KrÃgler wrote:
>>> In the suggested doc changes:
>>>
>>> +        When defined, <code>_GLIBCXX_ASSERTIONS</code> is defined
>>> +        automatically, so all the assertions that enables are also
>>> enabled
>>> +        in debug mode.
>>>
>>> there seems to be a typo, presumably it should be
>>>
>>> +        When defined, <code>_GLIBCXX_ASSERTIONS</code> is defined
>>> +        automatically, so all the assertions that <ins>it</ins>
>>> enables are also enabled
>>> +        in debug mode.
>>>
>>> instead?
>>
>>
>> It's correct as I wrote it, but your version is clearer so I'll change
>> it.
>>
>> My original can be read as "so all the assertions that that enables"
>> where the first "that" can be removed without changing the meaning.
>> Stoopid English ;-)
>
>
> I think this is even better:
>
>  When defined, <code>_GLIBCXX_ASSERTIONS</code> is defined
>  automatically, so all the assertions enabled by that macro are
>  also enabled in debug mode.
>
> Is that clear?

It's perfect!

Thanks,

- Daniel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]