On Sunday, 18 August 2013 at 09:52:29 UTC, Timothee Cour wrote:
On Sunday, 18 August 2013 at 01:33:51 UTC, Timothee Cour wrote:
granted, that's not ideal. How about the other points I mentioned?
void fun(){
version=A;
version(none):
}
Not sure I understand what you're trying to achieve there.
But as an alternative to function-local import, why not split your module into a package, with submodules mymodule.bardependent and mymodule.nonbardependent ... ?