Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add @nogc and replace 'this(this)' to Copy Constructor syntax #199

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dushibaiyu
Copy link
Contributor

when use Mallocator and the type is not "hasIndirections", it should be @nogc.
before 2.086, the copy Copy Constructor should replace this(this)

@dushibaiyu dushibaiyu closed this Oct 23, 2023
@dushibaiyu dushibaiyu reopened this Oct 23, 2023
@dushibaiyu
Copy link
Contributor Author

the T[] = T.int does not work, when T is "@disable this(this) ". See: https://issues.dlang.org/show_bug.cgi?id=24196

@dushibaiyu
Copy link
Contributor Author

version:
dmd 2.105.2
LDC 1.35
on Linux X64

@dushibaiyu
Copy link
Contributor Author

why The CI in Mac does not work?

@dushibaiyu
Copy link
Contributor Author

Is the Ci broken on MAC ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant