id summary reporter owner description type status milestone component version severity resolution keywords cc 6611 boost::pool_allocator construct() with single argument required by GCC 4.6 stl vivien.millet@… Chris Newbold "I tried to compile a MSVC code using custom std::vector/pool_allocator under win32/codeblocks (which uses GCC 4.6.0), and I get an error because on vector::resize() and underlying call _ _ uninitialized_default_a(), the stl implemented try to call _ _ alloc.construct() with a single placement address as argument. The thing is that boost:pool_allocator provides only one version of construct() which takes 2 arguments. Why isn't a ""default"" construct( const pointer& ) implemented in pool_allocator ? Or why this version of the stl implements that ? Or what am I doing wrong ? Thanks" Bugs new To Be Determined pool Boost 1.51.0 Problem pool_allocator construct lars.kyllingstad@…