Search

July 25
DIP Ideas »
...in Phobos, see [std.typecons.wrap][1].

[1]: https://dlang.org/library/std/typecons/wrap...
July 25
Issues »
https://issues.dlang.org/show_bug.cgi?id=18552

feklushkin.denis@gmail.com changed:

           What...
July 25
General »
...allows corruption going unnoticed:

mems.d
```
import std.stdio;
auto foo ()
{
   int [4] f = [1...
July 25
Issues »
...related: #21728, #21729

segfpipe.d
```
import std.stdio;
import std.process;

void main ()
{
   auto p...
July 23
Issues »
...gmail.com

```d
import x = std.stdio;
import x = std.file; // Error: import `y` conflicts...
July 22
General »
...on screen than eg. parsing JSON with std.json

```d
    result.name = dubFile["name"].str...
July 22
General »
...compile with -preview=in -preview=dip1000

import std.stdio;

const(int)[] global;

void f(in...
July 22
DIP Ideas »
...do this:
```d
import x = std.stdio;
import x = std.file;
```

If that is intended...
July 21
Issues »
...Bastiaan Veelo:
  Update documentation.

  Fix Bugzilla 23487 - std.experimental.logger assigning FileLogger to
sharedLog no...
July 21
Learn »
Using placement new like you suggested seems to have solved my issue perfectly.  I would...
95 96 97 98 99 100 101 102 103 104 105 106
Next ›   Last »