"Michel Fortin" <[email protected]> wrote in message news:[email protected]... > On 2009-12-14 20:56:12 -0500, "Nick Sabalausky" <[email protected]> said: > >> "Andrei Alexandrescu" <[email protected]> wrote in message >> news:[email protected]... >>> Maybe opDispatch could help the use scenario. >>> >>> Andrei >> >> As opDispatch pushes errors from compile-time to run-time, I don't think >> we >> should be encouraging its use for anything that isn't inherently dynamic. > > First, opDispatch is a template, so it's not dynamic dispatch unless your > template effectively do its dispatching at runtime. I don't think Andrei > was proposing dynamic dispatch here. >
Ahh, I had forgotten that.
