File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 953
953
This constructor shall not participate in overload resolution unless
954
954
\tcode{is_default_construct\-ible_v<first_type>} is \tcode{true} and
955
955
\tcode{is_default_constructible_v<second_type>} is \tcode{true}.
956
- \begin{note} This behaviour can be implemented by a constructor template
956
+ \begin{note} This behavior can be implemented by a constructor template
957
957
with default template arguments. \end{note}
958
958
The constructor is explicit if and only if either \tcode{first_type} or
959
959
\tcode{second_type} is not implicitly default-constructible.
960
- \begin{note} This behaviour can be implemented with a trait that checks
960
+ \begin{note} This behavior can be implemented with a trait that checks
961
961
whether a \tcode{const first_type\&} or a \tcode{const second_type\&}
962
962
can be initialized with \tcode{\{\}}. \end{note}
963
963
\end{itemdescr}
1610
1610
\remarks
1611
1611
This constructor shall not participate in overload resolution unless
1612
1612
\tcode{is_default_construct\-ible_v<$T_i$>} is \tcode{true} for all $i$.
1613
- \begin{note} This behaviour can be implemented by a constructor template
1613
+ \begin{note} This behavior can be implemented by a constructor template
1614
1614
with default template arguments. \end{note}
1615
1615
The constructor is explicit if and only if $T_i$ is not implicitly
1616
1616
default-constructible for at least one $i$.
1617
- \begin{note} This behaviour can be implemented with a trait that checks whether
1617
+ \begin{note} This behavior can be implemented with a trait that checks whether
1618
1618
a \tcode{const $T_i$\&} can be initialized with \tcode{\{\}}. \end{note}
1619
1619
\end{itemdescr}
1620
1620
You can’t perform that action at this time.
0 commit comments