[Issue 19019] New: this(scope this) { ... } no longer compiles
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 23 22:34:29 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19019
Issue ID: 19019
Summary: this(scope this) { ... } no longer compiles
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: bugzilla at digitalmars.com
struct S
{
this(scope this);
}
Yields:
test.d(3): Deprecation: Using this as a type is deprecated. Use typeof(this)
instead
--
More information about the Digitalmars-d-bugs
mailing list