File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1615
1615
\end{itemdescr}
1616
1616
1617
1617
\rSec2[tuple.tuple]{Class template \tcode{tuple}}
1618
- \indexlibraryglobal{tuple}%
1619
1618
1619
+ \rSec3[tuple.tuple.general]{General}
1620
+
1621
+ \indexlibraryglobal{tuple}%
1620
1622
\begin{codeblock}
1621
1623
namespace std {
1622
1624
template<class... Types>
1742
1744
}
1743
1745
\end{codeblock}
1744
1746
1747
+ \pnum
1748
+ If a program declares an explicit or partial specialization of \tcode{tuple},
1749
+ the program is ill-formed, no diagnostic required.
1750
+
1745
1751
\rSec3[tuple.cnstr]{Construction}
1746
1752
1747
1753
\pnum
5051
5057
A program that instantiates the definition of \tcode{variant} with
5052
5058
no template arguments is ill-formed.
5053
5059
5060
+ \pnum
5061
+ If a program declares an explicit or partial specialization of \tcode{variant},
5062
+ the program is ill-formed, no diagnostic required.
5063
+
5054
5064
\rSec3[variant.ctor]{Constructors}
5055
5065
5056
5066
\pnum
You can’t perform that action at this time.
0 commit comments