X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fpool_alloc_mixin.hh;h=0a3b2afbb4181db9e6333d4c11188e3b53a5a3f6;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=2cdfe5ed12e3f8c6201b54fc0d5e7f9903aebb8d;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/pool_alloc_mixin.hh b/senf/Utils/pool_alloc_mixin.hh index 2cdfe5e..0a3b2af 100644 --- a/senf/Utils/pool_alloc_mixin.hh +++ b/senf/Utils/pool_alloc_mixin.hh @@ -73,7 +73,7 @@ namespace senf { the simple typedef is replaced with a nested struct. */ template - struct pool + struct pool : public boost::singleton_pool< pool_alloc_mixin_tag, sizeof(Self) > { typedef boost::singleton_pool< pool_alloc_mixin_tag, sizeof(Self) > type;