Index: libcfa/src/bits/containers.hfa
===================================================================
--- libcfa/src/bits/containers.hfa	(revision ffe2fad44a1e0e5936b3a5eb325178f2f44fcf5f)
+++ libcfa/src/bits/containers.hfa	(revision 3623f9d66220e5e484d994a12524cebac25bff9d)
@@ -78,5 +78,5 @@
 //-----------------------------------------------------------------------------
 #ifdef __cforall
-	forall(dtype TYPE | is_node(TYPE))
+	forall(dtype TYPE)
 	#define T TYPE
 #else
@@ -95,5 +95,5 @@
 
 #ifdef __cforall
-	forall(dtype T | is_node(T))
+	forall(dtype T)
 	static inline void ?{}( __stack(T) & this ) {
 		(this.top){ NULL };
@@ -122,5 +122,5 @@
 //-----------------------------------------------------------------------------
 #ifdef __cforall
-	forall(dtype TYPE | is_node(TYPE))
+	forall(dtype TYPE)
 	#define T TYPE
 #else
@@ -141,5 +141,5 @@
 #ifdef __cforall
 
-	forall(dtype T | is_node(T))
+	forall(dtype T)
 	static inline void ?{}( __queue(T) & this ) with( this ) {
 		head{ NULL };
