https://issues.dlang.org/show_bug.cgi?id=23419
Issue ID: 23419
Summary: grammar error in
std/experimental/allocator/building_blocks/segregator.
d
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
This is protected by Stddoc but this is not compilable if you change the
version to something that should build:
```
version (StdDdoc)
{
/**
The alignment offered is the minimum of the two allocators' alignment.
*/
enum uint alignment;
```
--