Index: libcfa/src/bits/containers.hfa
===================================================================
--- libcfa/src/bits/containers.hfa	(revision 7812a7b58de49d3c24921120d935d3f6008cfc21)
+++ libcfa/src/bits/containers.hfa	(revision 1d179399a54c3ddcecf129adeec6303b1492ddac)
@@ -194,5 +194,5 @@
 
 		int ?!=?( const __queue(T) & this, __attribute__((unused)) zero_t zero ) {
-			return this.head != 0;
+			return this.head != 1p;
 		}
 	}
