Thread overview
[Issue 18149] Add a compiler trait to detect if a function is @disable
Dec 31, 2017
Basile B.
Jan 13, 2018
Basile B.
Jan 13, 2018
Basile B.
Jan 03, 2021
Dlang Bot
December 31, 2017
https://issues.dlang.org/show_bug.cgi?id=18149

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Add a compiler trait to     |Add a compiler trait to
                   |detect if a function is     |detect if a function is
                   |@disabled                   |@disable

--
January 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18149

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |11747


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=11747
[Issue 11747] Better error message with @disabled toString
--
January 13, 2018
https://issues.dlang.org/show_bug.cgi?id=18149

Basile B. <b2.temp@gmx.com> changed:

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

--- Comment #1 from Basile B. <b2.temp@gmx.com> ---
pull https://github.com/dlang/dmd/pull/7569

--
January 18, 2018
https://issues.dlang.org/show_bug.cgi?id=18149

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/43ef5ce21db45461138a0a313a9219ef15bdd900 fix issue 18149 - Add a compiler trait to detect if a function is @disabled

https://github.com/dlang/dmd/commit/c68ae009586c128182c7ce268a9dd58f8d4d6969 Merge pull request #7569 from BBasile/issue-18149

fix issue 18149 - Add a compiler trait to detect if a function is @disable merged-on-behalf-of: unknown

--
January 18, 2018
https://issues.dlang.org/show_bug.cgi?id=18149

github-bugzilla@puremagic.com changed:

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

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=18149

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12093 "[dmd-cxx] Backport more recent traits to the C++ port" was merged into dmd-cxx:

- ccab65f15e2f28b4ab58a230aade08e6ce49be54 by Basile Burg:
  [dmd-cxx] fix issue 18149 - Add a compiler trait to detect if a function is
@disabled

https://github.com/dlang/dmd/pull/12093

--