>>
"Damien" == Damien Thivolle <damien(a)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(a)lrde.epita.fr