lude/pstl/parallel_backend_utils.h: Replace use of assert().
>>>
>>>Jonathan Wakely writes:
>>>>... you fix now ...
>>
>>Looks good, OK for trunk, thanks.
>
> Looks like parallel_backend_tbb.h still includes after this
> patch. Assuming tests still
On 10/04/19 23:59 +0100, Jonathan Wakely wrote:
On 10/04/19 15:57 -0700, Thomas Rodgers wrote:
Ok, lets try this again.
On 09/04/19 15:23 -0700, Thomas Rodgers wrote:
This also replaces calls to __TBB_ASSERT so that there are two macro
definitions provided by c++config -
__PSTL_AS
On 10/04/19 15:57 -0700, Thomas Rodgers wrote:
Ok, lets try this again.
On 09/04/19 15:23 -0700, Thomas Rodgers wrote:
This also replaces calls to __TBB_ASSERT so that there are two macro
definitions provided by c++config -
__PSTL_ASSERT(_Condition)
__PSTL_ASSERT_MSG(_C
ix now ...
>From fdd06789266d7703c48f53c23a85a36144649334 Mon Sep 17 00:00:00 2001
From: Thomas Rodgers
Date: Fri, 5 Apr 2019 15:27:35 -0700
Subject: [PATCH] Replace direct PSTL uses of assert() with a macro
This also replaces calls to __TBB_ASSERT so that there are two macro
definitions
uses of assert() with a macro
This also replaces calls to __TBB_ASSERT so that there are two macro
definitions provided by c++config -
__PSTL_ASSERT(_Condition)
__PSTL_ASSERT_MSG(_Condition, _Message)
* include/bits/c++config:
Add definition for
().
* include/pstl/parallel_backend_utils.h: Replace use of assert().
>From d95934a0f325e0934ada829378c3c0dfd6b3628c Mon Sep 17 00:00:00 2001
From: Thomas Rodgers
Date: Fri, 5 Apr 2019 15:27:35 -0700
Subject: [PATCH] Replace direct PSTL uses of assert() with a macro
This also repla