Thread overview
[Issue 13597] is(typeof()) works only on second call
Oct 30, 2014
Andre
Nov 01, 2014
Kenji Hara
October 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13597

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Can't reproduce problem in latest dmd git HEAD, the output I get is:
------
Reference: Child
true
true
------

Tested on Linux/64-bit Debian/unstable.

Could it be a Win/64-specific bug?

--
October 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13597

Andre <andre@s-e-a-p.de> changed:

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

--- Comment #2 from Andre <andre@s-e-a-p.de> ---
Also I can't reproduce the issue with dmd git head (win 8.1 / 64-Bit). Therefore I set the status to resolved.

--
November 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13597

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
         Resolution|FIXED                       |DUPLICATE
                 OS|Windows                     |All

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
The issue root is same with the issue 13226, and it is properly fixed in 2.066.

*** This issue has been marked as a duplicate of issue 13226 ***

--