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