Re: [PATCH] Fix non-reserved names in Parallel Mode headers

2019-10-03 Thread Jonathan Wakely
On 03/10/19 16:24 +0200, Rainer Orth wrote: _C is used in . Fixed as in other similar instances, tested on i386-pc-solaris2.11. Ok for mainline? Yes, thanks.

Re: [PATCH] Fix non-reserved names in Parallel Mode headers

2019-10-03 Thread Rainer Orth
Hi Jonathan, > * include/parallel/algo.h: Replace non-reserved names. > * include/parallel/multiway_merge.h: Likewise. > * include/parallel/multiway_mergesort.h: Likewise. > * include/parallel/numericfwd.h: Likewise. > * testsuite/17_intro/names.cc: Add RAI to test ma

[PATCH] Fix non-reserved names in Parallel Mode headers

2019-10-01 Thread Jonathan Wakely
* include/parallel/algo.h: Replace non-reserved names. * include/parallel/multiway_merge.h: Likewise. * include/parallel/multiway_mergesort.h: Likewise. * include/parallel/numericfwd.h: Likewise. * testsuite/17_intro/names.cc: Add RAI to test macros. Tested

[patch] Fix non-reserved names in

2014-04-15 Thread Jonathan Wakely
The parameters names should all be reserved names. Also remove some trailing whitespace at the end of lines. Tested x86_64-linux, committed to trunk. commit b6e5e08880da7d80c1f14c132bd4bd8eed301205 Author: Jonathan Wakely Date: Tue Apr 15 19:01:36 2014 +0100 * include/std/atomic: Ugli