You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- There is no documentation for the existing functions. This will make
it harder for users to consume these functions, especially as new
variants are added.
Solution:
- Add documentation.
Transform each element in a range then combine adjacent elements to create an output range. Inclusive scaning means that the nth input is present in the nth output.
112
+
[endsect:transform_inclusive_scan]
113
+
109
114
[endsect:CXX17_inner_algorithms]
110
115
111
116
[endsect:CXX17]
@@ -235,7 +240,6 @@ Raise a value to an integral power ([^constexpr] since C++14)
0 commit comments