From Jason Turner

[execpol.type]

Diff to HTML by rtfpessoa

tmp/tmpd4b8vj_s/{from.md → to.md} RENAMED
@@ -6,11 +6,11 @@ template<class T> struct is_execution_policy { see below };
6
 
7
  `is_execution_policy` can be used to detect execution policies for the
8
  purpose of excluding function signatures from otherwise ambiguous
9
  overload resolution participation.
10
 
11
- `is_execution_policy<T>` shall be a `UnaryTypeTrait` with a base
12
  characteristic of `true_type` if `T` is the type of a standard or
13
  *implementation-defined* execution policy, otherwise `false_type`.
14
 
15
  [*Note 1*: This provision reserves the privilege of creating
16
  non-standard execution policies to the library
 
6
 
7
  `is_execution_policy` can be used to detect execution policies for the
8
  purpose of excluding function signatures from otherwise ambiguous
9
  overload resolution participation.
10
 
11
+ `is_execution_policy<T>` is a *Cpp17UnaryTypeTrait* with a base
12
  characteristic of `true_type` if `T` is the type of a standard or
13
  *implementation-defined* execution policy, otherwise `false_type`.
14
 
15
  [*Note 1*: This provision reserves the privilege of creating
16
  non-standard execution policies to the library