We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7239720 + 4c3ec6a commit a1c2486Copy full SHA for a1c2486
std/parallelism.d
@@ -1565,8 +1565,8 @@ public:
1565
reasons, amap will assume the range elements have not yet been
1566
initialized. Elements will be overwritten without calling a destructor
1567
nor doing an assignment. As such, the range must not contain meaningful
1568
- data: either un-initialized objects, or objects in their $(D .init)
1569
- state.
+ data$(DDOC_COMMENT not a section): either un-initialized objects, or
+ objects in their $(D .init) state.
1570
1571
---
1572
auto numbers = iota(100_000_000.0);
0 commit comments