Browse Source

fixed build error for wheezy

pull/986/head
orignal 7 years ago
parent
commit
12feac1f50
  1. 2
      libi2pd/util.h

2
libi2pd/util.h

@ -33,7 +33,7 @@ namespace util @@ -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:

Loading…
Cancel
Save