diff --git a/libi2pd/util.h b/libi2pd/util.h index 5297b3ed..813af0fb 100644 --- a/libi2pd/util.h +++ b/libi2pd/util.h @@ -33,7 +33,7 @@ namespace util template class MemoryPool { - BOOST_STATIC_ASSERT_MSG(sizeof(T) >= sizeof(void*), "size cannot be less that general pointer size"); + //BOOST_STATIC_ASSERT_MSG(sizeof(T) >= sizeof(void*), "size cannot be less that general pointer size"); public: