Please consider the following code:
template
struct list{
template
list(Args…)
{
static_assert(sizeof…(Types)> 0); }
};
template
list(Args…) -> list;
< br />int main()
{
list l
Please consider the following code:
template
struct list{
template
list(Args…)
{
static_assert(sizeof…(Types)> 0); }
};
template
list(Args…) -> list;
< br />int main()
{
list l