From 12feac1f50ff6f6be1df0d621e5d6a06ba84aea8 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 31 Oct 2017 21:25:52 -0400 Subject: [PATCH] fixed build error for wheezy --- libi2pd/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: