
28 Jun
2004
28 Jun
'04
8:15 a.m.
"Damien" == Damien Thivolle <damien@lrde.epita.fr> writes:
@@ -142,7 +142,7 @@ ** ** F(X,Y,Z) = XY v not(X) Z */ - struct + struct F_ { storage_type operator()(const storage_type &x, const storage_type &y, @@ -151,14 +151,16 @@ // return z ^ (x & (y ^ z)); return x & y | ~x & z; } - } F; + }; + + F_ F;
??? C'est 3.4, où question de style ?