forked from Alepha/Alepha
Permit std::nothrow_t
for no throwing cases, in addition to std::type_identity< void >
.
This commit is contained in:
@ -42,7 +42,11 @@ static auto init= enroll <=[]
|
||||
{
|
||||
{ "Complete var",
|
||||
{ "$H$ $W$", { { "H", lambaste<="Hello" }, { "W", lambaste<="World" } }, '$' },
|
||||
{}
|
||||
std::nothrow
|
||||
},
|
||||
{ "Complete var",
|
||||
{ "$H$ $W$", { { "H", lambaste<="Hello" }, { "W", lambaste<="World" } }, '$' },
|
||||
std::type_identity< void >{}
|
||||
},
|
||||
{ "Incomplete var",
|
||||
{ "$H$ $W", { { "H", lambaste<="Hello" }, { "W", lambaste<="World" } }, '$' },
|
||||
|
Reference in New Issue
Block a user