Simen kjaeraas wrote:
This still does not compile:struct foo { void opDispatch( string name, T )( T value ) { } } void main( ) { foo f; f.bar( 3.14 ); }test.d(10): Error: template instance opDispatch!("bar") does not match templatedeclaration opDispatch(string name,T)
It works when I try it.
