
28 Jun
2004
28 Jun
'04
10:05 a.m.
Akim Demaille <akim@epita.fr> writes:
"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 ?
La c'est g++-3.4, il trouvait pas F, G, H et I. -- Damien Thivolle damien.thivolle@lrde.epita.fr