[PATCH] [Patch] Rename PSTL macro's consistent with libstdc++ standards.

2019-05-22 Thread Thomas Rodgers
0001-Patch-Rename-PSTL-macro-s-consistent-with-libstdc-st.patch.bz2 Description: Compressed patch * include/bits/c++config: Rename all macros of the form __PSTL* to _PSTL*. * include/std/algorithm: Likewise. * include/std/execution: Likewise. * include/std/numeri

Re: [PATCH] [Patch] Rename PSTL macro's consistent with libstdc++ standards.

2019-05-22 Thread Jonathan Wakely
On 22/05/19 14:02 -0700, Thomas Rodgers wrote: * include/bits/c++config: Rename all macros of the form __PSTL* to _PSTL*. Please keep the ChangeLog lines to 80 columns, so break before "_PSTL*" here. * include/std/algorithm: Likewise. * include/std/execution: Likewise