"Error: Undefined identifier" when moving import to another module

nrgyzer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Oct 19 11:31:06 PDT 2014


On Sunday, 19 October 2014 at 17:14:14 UTC, monarch_dodra wrote:
> On Sunday, 19 October 2014 at 16:09:41 UTC, nrgyzer wrote:
>> "mixing" should be replaced with "mixin": static if ( 
>> isCallable!(mixin(m) )
>>
>> My main is empty in both cases. So nothing done in my main 
>> (currently).
>
> Posting full code that actually compiles and reproduces the 
> issue helps.

I posted the full code - except the library. But the library 
contains over hundred thousand lines of code, so I think that's a 
bit too much to post here...


More information about the Digitalmars-d-learn mailing list