http://d.puremagic.com/issues/show_bug.cgi?id=3033


Don <clugd...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |clugd...@yahoo.com.au
         Resolution|                            |INVALID




--- Comment #1 from Don <clugd...@yahoo.com.au>  2009-08-17 02:24:21 PDT ---
This is invalid. The template never gets instantiated (certainly its value is
never requested), so CTFE isn't involved. The alias is still OK, since it might
be used at runtime.

Try adding this line at the end:

const CONST_STRUCT3 = foo.CONST_STRUCT;

and then you'll correctly get an error.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to