On 04/06/19 15:47 -0700, Thomas Rodgers wrote:
* include/bits/c++config: Adjust TBB detection logic to select serial
PSTL backend if no TBB present.
* testsuite/utils/pstl/test_utils.h: Remove check for
__PSTL_USE_PAR_POLICIES
The changelog says __PSTL_USE_PAR_POLICIES with two leading underscores, but the macro is _PSTL_USE_PAR_POLICIES with one. OK for trunk with the changelog corrected, thanks.
