File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10768
10768
before allowing the exception to propagate.
10769
10769
10770
10770
\pnum
10771
- Some algorithms specified in \ref {specialized.algorithms } make use of the exposition-only function
10771
+ Some algorithms specified in \ref {specialized.algorithms }
10772
+ make use of the exposition-only function template
10772
10773
\tcode {\placeholdernc {voidify}}:
10773
10774
\begin {codeblock }
10774
10775
template<class T>
Original file line number Diff line number Diff line change 1170
1170
arguments.
1171
1171
1172
1172
\pnum
1173
- Let \exposid {iter-exchange-move} be the exposition-only function:
1173
+ Let \exposid {iter-exchange-move} be the exposition-only function template :
1174
1174
\begin {itemdecl }
1175
1175
template<class X, class Y>
1176
1176
constexpr iter_value_t<X> @\exposid {iter-exchange-move}@(X&& x, Y&& y)
Original file line number Diff line number Diff line change 2639
2639
\begin{itemdescr}
2640
2640
\pnum
2641
2641
\effects
2642
- Given the exposition-only function:
2642
+ Given the exposition-only function template :
2643
2643
\begin{codeblock}
2644
2644
namespace std {
2645
2645
template<class F, @\exposconcept{tuple-like}@ Tuple, size_t... I>
2681
2681
2682
2682
\pnum
2683
2683
\effects
2684
- Given the exposition-only function:
2684
+ Given the exposition-only function template :
2685
2685
\begin{codeblock}
2686
2686
namespace std {
2687
2687
template<class T, @\exposconcept{tuple-like}@ Tuple, size_t... I>
7735
7735
\rSec3[expected.object.assign]{Assignment}
7736
7736
7737
7737
\pnum
7738
- This subclause makes use of the following exposition-only function:
7738
+ This subclause makes use of the following exposition-only function template :
7739
7739
\begin{codeblock}
7740
7740
template<class T, class U, class... Args>
7741
7741
constexpr void @\exposid{reinit-expected}@(T& newval, U& oldval, Args&&... args) { // \expos
You can’t perform that action at this time.
0 commit comments