July 12 General » Re: Curiously Recurring C++ Bugs | |||
|---|---|---|---|
| |||
...does not suffer from any of them. - std::vector::operator[]: D code still suffers from... | |||
July 11 General » Cool project idea: organise/remove imports | |||
|---|---|---|---|
| |||
...the time... Imagine being lazy, typing "import std;" at module-scope, writing some code and... | |||
July 11 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...is a major problem for things like std.algorithm. There will be situations without a... | |||
July 09 Issues » [Issue 24656] New: enums with explicit EnumBaseType incorrectly matching multiple overloads. | |||
|---|---|---|---|
| |||
...multiple overloads, which shouldn’t be correct.
```
import std;
void foo(ubyte x){
writeln("foo(ubyte... | |||
July 09 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...top of files next to my `import std` all`y`alls will be lucky; if... | |||
July 08 Learn » Re: Weird std.path API? | |||
|---|---|---|---|
| |||
Does it help in this case ? | |||
July 08 Learn » Wrapper around a recursive data type | |||
|---|---|---|---|
| |||
...drug007/b0a00dada6c6ecbf46b4f6988401d4e2):
```D
import std.range, std.format, std.stdio, std.traits;
struct NestedType
{
string... | |||
July 08 Learn » Re: Weird std.path API? | |||
|---|---|---|---|
| |||
I use a plugin called Code Spell Checker in VS code...or maybe spell checker... | |||
July 07 Learn » Re: Weird std.path API? | |||
|---|---|---|---|
| |||
In first place I would have expected the spellcheck to find the error but it... | |||
July 07 Learn » Re: Weird std.path API? | |||
|---|---|---|---|
| |||
My bad, sorry :) My blurred eyes didn't catch that | |||
Copyright © 1999-2021 by the D Language Foundation