
29 Jun
2004
29 Jun
'04
8:02 a.m.
"Damien" == Damien Thivolle <damien@lrde.epita.fr> writes:
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.
Là, je ne comprends pas son problème. C'est pas un bug ? Tu peux résumer tout ça en un exemple plus court qui explique le pb ?