Thread overview
[Issue 12600] Variant should support coercion to bool
Apr 23, 2014
Andrej Mitrovic
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=12600

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |andrej.mitrovich@gmail.com
           Hardware|x86_64                      |All
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com
            Summary|Variant doesn't support     |Variant should support
                   |coercion with bools         |coercion to bool
                 OS|Linux                       |All

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2111

--
June 02, 2014
https://issues.dlang.org/show_bug.cgi?id=12600

github-bugzilla@puremagic.com changed:

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

--
June 02, 2014
https://issues.dlang.org/show_bug.cgi?id=12600

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/c8656c37b73bfe83e8f3ff8319319fcbf3386720 Fix Issue 12600 - Variant should support coercion to bool.

https://github.com/D-Programming-Language/phobos/commit/9636c31eb01f8481ac118a6d2c5043f25a723839 Merge pull request #2111 from AndrejMitrovic/Fix12600

Issue 12600 - Variant should support coercion to bool

--