[Issue 23419] New: grammar error in std/experimental/allocator/building_blocks/segregator.d
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 16 05:30:16 UTC 2022
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: nobody at puremagic.com
Reporter: garrett at damore.org
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;
```
--
More information about the Digitalmars-d-bugs
mailing list