1
0
forked from Alepha/Alepha

Permit std::nothrow_t for no throwing cases, in addition to std::type_identity< void >.

This commit is contained in:
2023-10-28 11:59:23 -04:00
parent 48549ff465
commit bca067add4
2 changed files with 95 additions and 5 deletions

View File

@ -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" } }, '$' },