id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4346,Boost pool's not comaptible with Microsoft memory leak detection,Arkadiy Shapkin ,Chris Newbold,"Boost pool classes not compatible with Microsoft memory leak detection. You can include that lines in code: #ifdef _DEBUG #define _CRTDBG_MAP_ALLOC #endif #include #include ""boost\pool\pool_alloc.hpp"" We can solve problem using two ways: 1. Rename all malloc & free methods 2. Add #pragma push_macro, #undef and #pragma pop_macro lines. Also add alternative names for malloc and free methods",Bugs,reopened,Boost 1.61.0,pool,Boost 1.60.0,Regression,,,serg_joker@…