Fix blocking issue in std/experimental/allocator/building_blocks/region.d

This commit is contained in:
RazvanN7 2019-06-26 13:13:30 +03:00
parent 307b73be22
commit 1b9b9698d5

View file

@ -529,7 +529,7 @@ struct InSituRegion(size_t size, size_t minAlign = platformAlignment)
union
{
private ubyte[size] _store = void;
private double _forAlignmentOnly1 = void;
private double _forAlignmentOnly1;
}
// }