Indicating incompatible modules

2014-05-31 Thread Joseph Rushton Wakeling via Digitalmars-d-learn
Hello all, Is there a straightforward way to indicate that two modules should not be used together in the same program? Preferably one that does not require editing both of the modules? The application I have in mind is when one is making available an experimental module which is planned to

Re: Indicating incompatible modules

2014-05-31 Thread Dicebot via Digitalmars-d-learn
On Saturday, 31 May 2014 at 16:34:00 UTC, Joseph Rushton Wakeling via Digitalmars-d-learn wrote: Hello all, Is there a straightforward way to indicate that two modules should not be used together in the same program? Preferably one that does not require editing both of the modules? The appl

Re: Indicating incompatible modules

2014-06-01 Thread Jonathan M Davis via Digitalmars-d-learn
On Sat, 31 May 2014 18:26:53 +0200 Joseph Rushton Wakeling via Digitalmars-d-learn wrote: > Hello all, > > Is there a straightforward way to indicate that two modules should > not be used together in the same program? Preferably one that does > not require editing both of the modules? > > The ap