Re: [C++] sfinae implicit-explicit construction

2014-01-02 Thread Jason Merrill
OK. Jason

[C++] sfinae implicit-explicit construction

2014-01-01 Thread Marc Glisse
Hello, this patch fixes the issue reported at http://stackoverflow.com/q/20860535/1918193 that the error we get when implicitly constructing from an initializer list using an explicit constructor doesn't have sfinae magic. Bootstrap+testsuite on x86_64-unknown-linux-gnu. 2014-01-01 Marc Gli