On 05.01.2021 14:56, Andrew Cooper wrote:
> On 05/01/2021 12:45, Jan Beulich wrote:
>> The increasing amount of constructs along the lines of
>>
>> if ( !condition )
>> {
>> ASSERT_UNREACHABLE();
>> return;
>> }
>>
>> is not only longer than necessary, but also doesn't p
On 05/01/2021 12:45, Jan Beulich wrote:
> The increasing amount of constructs along the lines of
>
> if ( !condition )
> {
> ASSERT_UNREACHABLE();
> return;
> }
>
> is not only longer than necessary, but also doesn't produce incident
> specific console output (except for
The increasing amount of constructs along the lines of
if ( !condition )
{
ASSERT_UNREACHABLE();
return;
}
is not only longer than necessary, but also doesn't produce incident
specific console output (except for file name and line number). Allow
the intended effect to