Closed agjohnson closed 9 years ago
This drops support for declarations like:
Foo.operator ==(T1, T2)
and instead expects:
Foo.op_Equal(T1, T2)
Fixes #31
This drops support for declarations like:
and instead expects:
Fixes #31