Index: libcfa/src/enum.hfa
===================================================================
--- libcfa/src/enum.hfa	(revision c40a98268f7ac3be26d179ba49352c2b1fbcb0fd)
+++ libcfa/src/enum.hfa	(revision bc48c0d2a69ed59cb73030a516c35a7450cd60f0)
@@ -25,5 +25,5 @@
 
 forall( istype & | istream( istype ), E, V | CfaEnum( E, V ) )
-istype & ?|?( istype &, E );
+istype & ?|?( istype &, E & );
 
 forall( ostype & | ostream( ostype ), E, V | CfaEnum( E, V ) ) {
