fixed typo in config relating to buffer debug builds
This commit is contained in:
parent
554e329f57
commit
ecf13f2475
|
@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <boost/version.hpp>
|
||||
#include <stdio.h> // for snprintf
|
||||
|
||||
#if defined TORRENT_DEBUG_BUFFERS && !defined TORRENT_DISABLE_POOL_ALLOCATORS
|
||||
#if defined TORRENT_DEBUG_BUFFERS && !defined TORRENT_DISABLE_POOL_ALLOCATOR
|
||||
#error TORRENT_DEBUG_BUFFERS only works if you also disable pool allocators
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue