File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1185
1185
\pnum
1186
1186
\remarks
1187
1187
This constructor shall not participate in overload resolution unless
1188
- \tcode{is_default_constructible <$T_i$>::value} is \tcode{true} for all $i$.
1188
+ \tcode{is_default_construct\-ible <$T_i$>::value} is \tcode{true} for all $i$.
1189
1189
\enternote This behaviour can be implemented by a constructor template
1190
1190
with default template arguments. \exitnote
1191
1191
\end{itemdescr}
1220
1220
1221
1221
\pnum
1222
1222
\effects The constructor initializes the elements in the tuple with the
1223
- corresponding value in \tcode{std::forward <UTypes>(u)}.
1223
+ corresponding value in \tcode{std::for\-ward <UTypes>(u)}.
1224
1224
1225
1225
\pnum
1226
1226
\remarks This constructor shall not participate in overload resolution unless
You can’t perform that action at this time.
0 commit comments