conv.emplace: Fix emplacing structs w/o this()

This commit is contained in:
2018-10-08 17:51:59 +02:00
parent 4f9927a8c3
commit 6d01680685
2 changed files with 20 additions and 3 deletions

View File

@ -1587,7 +1587,7 @@ struct Array(T)
@nogc nothrow pure @safe unittest
{
struct SWithDtor
static struct SWithDtor
{
~this() @nogc nothrow pure @safe
{