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

View File

@@ -1102,6 +1102,7 @@ use [*Boost.Container]? There are several reasons for that:
* [@https://github.com/boostorg/container/pull/27 GitHub #27: ['fix stable_vector's index_of's doxygen comment]]. Thanks to kariya-mitsuru. * [@https://github.com/boostorg/container/pull/27 GitHub #27: ['fix stable_vector's index_of's doxygen comment]]. Thanks to kariya-mitsuru.
* [@https://svn.boost.org/trac/boost/ticket/11380 Trac #11380: ['"Container library std forward declarations incorrect in std_fwd.hpp on libc++ with gcc"]]. * [@https://svn.boost.org/trac/boost/ticket/11380 Trac #11380: ['"Container library std forward declarations incorrect in std_fwd.hpp on libc++ with gcc"]].
* [@https://svn.boost.org/trac/boost/ticket/11388 Trac #11388: ['"boost::container::list::emplace_back broken on Visual Studio 2010"]]. * [@https://svn.boost.org/trac/boost/ticket/11388 Trac #11388: ['"boost::container::list::emplace_back broken on Visual Studio 2010"]].
* [@https://svn.boost.org/trac/boost/ticket/11339 Trac #11339: ['"VC12 LNK2005 error with boost::container::adaptive_pool"]].
[endsect] [endsect]

View File

@@ -31,7 +31,10 @@
#endif #endif
#define USE_DL_PREFIX #define USE_DL_PREFIX
#define FORCEINLINE
#ifdef __GNUC__
#define FORCEINLINE inline
#endif
#include "dlmalloc_2_8_6.c" #include "dlmalloc_2_8_6.c"
#ifdef _MSC_VER #ifdef _MSC_VER