Skip to content

Commit 372e8a9

Browse files
Drive-by changes in <type_traits>
- aligning all version comments to line 65, - using `// since C++` instead of `// C++`, in lowercase as used in most version comments, - changing the comments for `bool_constant` to `// since C++17` as it's a C++17 feature, - changing the class-key of `result_of` to `struct`, which follows N4659 [depr.meta.types] and the actual usage in libc++, - consistently using `class` to introduce type template parameters, - consistently using `inline constexpr` for variable templates, - moving the comments for `is_nothrow_convertible_v` to the part for variable templates, and - removing duplicated comments for `true_type` and `false_type`.
1 parent c2cbe8f commit 372e8a9

File tree

1 file changed

+166
-147
lines changed

1 file changed

+166
-147
lines changed

0 commit comments

Comments
 (0)