Search

9 hours ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=11870

--- Comment #8 from dlangBugzillaToGithub <robert.schadek...
2 days ago
Issues »
...scope const typeof(this) other);
```

And:

```d
export:
nothrow @safe:
@disable this(ref return scope...
2 days ago
Issues »
...str.d

```d
module str;

struct String {
    export:
    nothrow @nogc:
    @safe:
    this(return scope ref...
November 30
Learn »
...g -m64 -Xlinker --no-as-needed -Xlinker --export-dynamic -Xlinker -rpath=/usr/lib/dmd/2...
November 16
Issues »
...lib -L-L/usr/local/lib
-L--export-dynamic -fPIC
---                                                                             
core.exception.AssertError@src/dmd...
November 08
Learn »
...linux/x86_64/debug/examples -m64 -Xlinker --export-dynamic -Lbuild/linux/x86_64/debug -lleo...
November 06
Issues »
...64/../../../../../phobos/generated/linux/release/64
-L--export-dynamic -fPIC
---
core.exception.AssertError@src/dmd...
October 30
Issues »
...one needs a way to disable the export.

The solution that ldc has is @hidden...
October 18
Learn »
...export @safe nothrow @nogc scope:

	int fields;

	this() {}

	void method() {}
}

shared scope struct S {
export...
October 17
Announce »
My suggestion would be export, convert or better saveAs()...

SDB@79
« First   ‹ Prev
1 2
Next ›   Last »