Thread overview
[Issue 21638] std.typecons.Refcounted!(T, RefCountedAutoInitialize.no) should still work when T.this() is annotated with `@disable`
[Issue 21638] std.typecons.Refcounted!(T, RefCountedAutoInitialize.no) should still work when T.this() is annotated with @disable
Feb 15, 2021
Dlang Bot
Feb 15, 2021
Nathan S.
[Issue 21638] std.typecons.RefCounted!(T, RefCountedAutoInitialize.no) should still work when T.this() is annotated with `@disable`
Feb 16, 2021
Nathan S.
Feb 22, 2021
Dlang Bot
February 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21638

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7797 "std.typecons.Refcounted!(T,
RefCountedAutoInitialize.no) should still work when T.this() is annotated with
`@disable`" fixing this issue:

- Fix Issue 21638 - std.typecons.Refcounted!(T, RefCountedAutoInitialize.no)
should still work when T.this() is annotated with `@disable`

https://github.com/dlang/phobos/pull/7797

--
February 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21638

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.typecons.Refcounted!(T, |std.typecons.Refcounted!(T,
                   |RefCountedAutoInitialize.no |RefCountedAutoInitialize.no
                   |) should still work when    |) should still work when
                   |T.this() is annotated with  |T.this() is annotated with
                   |@disable                    |`@disable`

--
February 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21638

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.typecons.Refcounted!(T, |std.typecons.RefCounted!(T,
                   |RefCountedAutoInitialize.no |RefCountedAutoInitialize.no
                   |) should still work when    |) should still work when
                   |T.this() is annotated with  |T.this() is annotated with
                   |`@disable`                  |`@disable`

--
February 22, 2021
https://issues.dlang.org/show_bug.cgi?id=21638

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7797 "std.typecons.RefCounted!(T,
RefCountedAutoInitialize.no) should still work when T.this() is annotated with
`@disable`" was merged into master:

- 35035d4cfe239cdbf07b30015fbba143313d75e3 by Nathan Sashihara:
  Fix Issue 21638 - std.typecons.RefCounted!(T, RefCountedAutoInitialize.no)
should still work when T.this() is annotated with `@disable`

https://github.com/dlang/phobos/pull/7797

--