1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

fixed build error for wheezy

This commit is contained in:
orignal 2017-10-31 21:25:52 -04:00
parent 39c1c3567b
commit 12feac1f50

View File

@ -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: