On Wed, 27 Oct 2010 21:26:21 +0100, div0 <[email protected]> wrote:
this(T t) {
this(string x) {
this(int x) {
auto f0 = new Foo("wtf?");
auto f1 = new Foo(42);
Best match?
On Wed, 27 Oct 2010 21:26:21 +0100, div0 <[email protected]> wrote:
this(T t) {
this(string x) {
this(int x) {
auto f0 = new Foo("wtf?");
auto f1 = new Foo(42);
Best match?