Index: libcfa/src/bits/collection.hfa
===================================================================
--- libcfa/src/bits/collection.hfa	(revision a7aea7d762e94109be8ad28e8cd35350fc5c528c)
+++ libcfa/src/bits/collection.hfa	(revision 6f36dde5738ff3ea80437b7ebeab3b8a3f1f4a9d)
@@ -38,5 +38,5 @@
 } // distribution
 
-forall( dtype T | { T *& Next ( T * ); } ) {
+static inline forall( dtype T | { T *& Next ( T * ); } ) {
 	bool listed( T * n ) {
 		return Next( n ) != 0p;
