id summary reporter owner description type status milestone component version severity resolution keywords cc 2756 Warning while compiling ptr_unordered_map anonymous Daniel James "The following warning appears while compiling any usage of ptr_unordered_map with MSVC 9.0 SP1: {{{ c:\boost\include\boost-1_38\boost\unordered\detail\hash_table.hpp(228) : warning C4100: 'x' : unreferenced formal parameter c:\boost\include\boost-1_38\boost\unordered\detail\hash_table_impl.hpp(175) : see reference to function template instantiation 'void boost::unordered_detail::destroy>(T *)' being compiled with [ _Ty1=const size_t, _Ty2=void *, T=std::pair ] .............................................. c:\boost\include\boost-1_38\boost\ptr_container\ptr_unordered_map.hpp(37) : see reference to class template instantiation 'boost::ptr_map_adapter' being compiled with [ T=mstd::pool, VoidPtrMap=boost::unordered_map,std::equal_to,std::allocator>>, CloneAllocator=boost::heap_clone_allocator, Ordered=false ] }}} " Bugs closed Boost 1.39.0 unordered Boost 1.38.0 Problem fixed