PPI: Checkin of first compiling (yet not working) version
[senf.git] / Utils / pool_alloc_mixin.cti
index 8bb0eef..acd435e 100644 (file)
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
@@ -44,9 +46,6 @@ prefix_ void * senf::pool_alloc_mixin<Self>::operator new(size_t size)
 template <class Self>
 prefix_ void senf::pool_alloc_mixin<Self>::operator delete(void * p, size_t size)
 {
-    // When deriving from Self you may not change the class's size without
-    // inheriting from pool_alloc_mixin again. See pool_alloc_mixin documentation.
-    BOOST_ASSERT( size == sizeof(Self) );
 #ifndef NDEBUG
     allocCounter(-1);
 #endif