Index: libcfa/src/bits/collection.hfa
===================================================================
--- libcfa/src/bits/collection.hfa	(revision a7aea7d762e94109be8ad28e8cd35350fc5c528c)
+++ libcfa/src/bits/collection.hfa	(revision 467c8b78d5b010b1a3570addb1eec6fd97d93c2d)
@@ -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;
