j
k
j a
j l
I guess that we can change the test code so the default constructor is explicit to avoid this Sun error struct C1 { C1() {}; }; struct C2 { C1() {};};
I guess that we can change the test code so the default constructor is explicit to avoid this Sun error
struct C1 { C1() {}; };
struct C2 { C1() {};};
I tried that with sun on Linux and get the same error :-( John.
Back to the thread
Back to the list