mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
fixed build error for wheezy
This commit is contained in:
parent
39c1c3567b
commit
12feac1f50
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace util
|
||||||
template<class T>
|
template<class T>
|
||||||
class MemoryPool
|
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:
|
public:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue