On 04.03.2011 22:42, "Jérôme M. Berger" wrote:
> int main(string[] args) {
> auto s1 =(); // MH MH
> auto s2 =(); // OK
> s2.c =ull; // OK
> return 0;
> }
Is part of your message gone?
> You can safely ignore the “ATTRIBUTE_FORMAT_FPTR(printf, 4, 5)”.
That I understood :) Thanks!