Re: Public imports with D interface files?

2011-09-03 Thread David Nadlinger
Are you specifying std_ext/typetuple.di or whatever it is called when compiling the main module? The public import probably triggers creation of a module constructor as it really creates aliases for the symbols from the imported module. David On 9/4/11 3:17 AM, Sean Eskapp wrote: I'm

Re: Public imports with D interface files?

2011-09-03 Thread Sean Eskapp
I wasn't including it on the command line; I thought I didn't need to. That fixed it, thanks! == Quote from David Nadlinger (s...@klickverbot.at)'s article Are you specifying std_ext/typetuple.di or whatever it is called when compiling the main module? The public import probably triggers