mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Fix blocking issue in std/experimental/allocator/building_blocks/region.d
This commit is contained in:
parent
307b73be22
commit
1b9b9698d5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
// }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue