fixed build error for wheezy
This commit is contained in:
@@ -33,7 +33,7 @@ namespace util
|
||||
template<class T>
|
||||
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:
|
||||
|
||||
|
Reference in New Issue
Block a user