How do I persuade partial to tie itself to the appropriate overload?
I have:

alias bars=partial!(slurpBars!BarType,filename,startDate,endDate);

where there are two overloads of slurpBars:

SomeBar[] slurpBars(SomeBar)(string filename,string datasetName, typeof(SomeBar.date) startDate, typeof(SomeBar.date) endDate) SomeBar[] slurpBars(SomeBar)(hid_t filehandle,string datasetName, typeof(SomeBar.date) startDate, typeof(SomeBar.date) endDate)

And I receive the following error:
Error: template kprop.marketdata.retrievebars.slurpBars matches more than one template declaration:

Thanks.


Laeeth.



Reply via email to