Re: [PATCH] Clean up non-conforming names

2019-06-11 Thread Thomas Rodgers
Tested x86_64-linux, committed to trunk. Thomas Rodgers writes: > Jonathan Wakely writes: > >> On 31/05/19 17:15 -0700, Thomas Rodgers wrote: >>> >>>Revising previous version of this patch to pick another missed >>>uglification. >> >> OK for trunk, thanks. >> >> I also see this one: >> >> include

Re: [PATCH] Clean up non-conforming names

2019-06-02 Thread Thomas Rodgers
Jonathan Wakely writes: > On 31/05/19 17:15 -0700, Thomas Rodgers wrote: >> >>Revising previous version of this patch to pick another missed >>uglification. > > OK for trunk, thanks. > > I also see this one: > > include/pstl/parallel_backend_tbb.h:__buffer(std::size_t n) : > _M_allocator(),

Re: [PATCH] Clean up non-conforming names

2019-06-01 Thread Jonathan Wakely
On 31/05/19 17:15 -0700, Thomas Rodgers wrote: Revising previous version of this patch to pick another missed uglification. OK for trunk, thanks. I also see this one: include/pstl/parallel_backend_tbb.h:__buffer(std::size_t n) : _M_allocator(), _M_ptr(_M_allocator.allocate(n)), _M_buf_s

Re: [PATCH] Clean up non-conforming names

2019-05-31 Thread Thomas Rodgers
Revising previous version of this patch to pick another missed uglification. >From 543d6be586ad8c29ef0ceefd55a249c715bd2480 Mon Sep 17 00:00:00 2001 From: Thomas Rodgers Date: Fri, 31 May 2019 13:28:32 -0700 Subject: [PATCH] Clean up non-conforming names * include/pstl/algorithm_imp

[PATCH] Clean up non-conforming names

2019-05-31 Thread Thomas Rodgers
* include/pstl/algorithm_impl.h (__parallel_set_union_op): Uglfiy copy_range1 and copy_range2 * include/pstl/parallel_backend_tbb.h (struct __binary_no_op): Rename parameter _T to _Tp. --- libstdc++-v3/include/pstl/algorithm_impl.h | 16 lib