Fixed Trac #11339 ("VC12 LNK2005 error with boost::container::adaptive_pool")

This commit is contained in:
Ion Gaztañaga
2015-06-13 16:44:46 +02:00
parent 61a2f49ef2
commit 5d35aec80f
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -31,7 +31,10 @@
#endif
#define USE_DL_PREFIX
#define FORCEINLINE
#ifdef __GNUC__
#define FORCEINLINE inline
#endif
#include "dlmalloc_2_8_6.c"
#ifdef _MSC_VER