Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Jonathan Wakely
On 20/05/19 17:10 +0100, Jonathan Wakely wrote: On 20/05/19 16:05 +, Szabolcs Nagy wrote: On 20/05/2019 15:38, Jonathan Wakely wrote: On 20/05/19 14:11 +, Szabolcs Nagy wrote: On 17/05/2019 15:15, Jonathan Wakely wrote: * include/bits/random.h (seed_seq::param): Fix non-reserved n

Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Jonathan Wakely
On 20/05/19 16:05 +, Szabolcs Nagy wrote: On 20/05/2019 15:38, Jonathan Wakely wrote: On 20/05/19 14:11 +, Szabolcs Nagy wrote: On 17/05/2019 15:15, Jonathan Wakely wrote: * include/bits/random.h (seed_seq::param): Fix non-reserved name. * include/experimental/type_traits (is_d

Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Szabolcs Nagy
On 20/05/2019 15:38, Jonathan Wakely wrote: > On 20/05/19 14:11 +, Szabolcs Nagy wrote: >> On 17/05/2019 15:15, Jonathan Wakely wrote: >>> * include/bits/random.h (seed_seq::param): Fix non-reserved name. >>> * include/experimental/type_traits (is_detected_exact) >>> (is_detected_ex

Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Jonathan Wakely
On 20/05/19 14:11 +, Szabolcs Nagy wrote: On 17/05/2019 15:15, Jonathan Wakely wrote: * include/bits/random.h (seed_seq::param): Fix non-reserved name. * include/experimental/type_traits (is_detected_exact) (is_detected_exact_v): Likewise. * include/pstl/execution_defs.h (is_

Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Szabolcs Nagy
On 17/05/2019 15:15, Jonathan Wakely wrote: > * include/bits/random.h (seed_seq::param): Fix non-reserved name. > * include/experimental/type_traits (is_detected_exact) > (is_detected_exact_v): Likewise. > * include/pstl/execution_defs.h (is_execution_policy) > (is_execution_pol

Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Rainer Orth
Hi Jonathan, > On 20/05/19 14:11 +0200, Rainer Orth wrote: >>Hi Jonathan, >> >>> * include/bits/random.h (seed_seq::param): Fix non-reserved name. >>> * include/experimental/type_traits (is_detected_exact) >>> (is_detected_exact_v): Likewise. >>> * include/pstl/execution_defs.h (is

Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Jonathan Wakely
On 20/05/19 14:11 +0200, Rainer Orth wrote: Hi Jonathan, * include/bits/random.h (seed_seq::param): Fix non-reserved name. * include/experimental/type_traits (is_detected_exact) (is_detected_exact_v): Likewise. * include/pstl/execution_defs.h (is_execution_policy

Re: [PATCH] Fix uses of non-reserved names for template parameters

2019-05-20 Thread Rainer Orth
Hi Jonathan, > * include/bits/random.h (seed_seq::param): Fix non-reserved name. > * include/experimental/type_traits (is_detected_exact) > (is_detected_exact_v): Likewise. > * include/pstl/execution_defs.h (is_execution_policy) > (is_execution_policy_v, __enable_if_e

[PATCH] Fix uses of non-reserved names for template parameters

2019-05-17 Thread Jonathan Wakely
* include/bits/random.h (seed_seq::param): Fix non-reserved name. * include/experimental/type_traits (is_detected_exact) (is_detected_exact_v): Likewise. * include/pstl/execution_defs.h (is_execution_policy) (is_execution_policy_v, __enable_if_execution_poli