id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1421,ptr_map reference type is not a reference,Bill Buklis ,Thorsten Ottosen,"The ""reference"" typedef in ptr_map and also ptr_multimap is not defined as a reference. This can be easily demonstrated with the following code: {{{ typedef std::map STDCTR; typedef boost::ptr_map PTRCTR; bool isrefstdit = boost::is_reference::value; bool isrefstdval = boost::is_reference::value; bool isrefptrit = boost::is_reference::value; bool isrefptrval = boost::is_reference::value; }}} is_reference returns true for std::map, but false for boost::ptr_map. This was correct in v1.33.1, but is not in v1.34.1. ",Bugs,closed,To Be Determined,ptr_container,Boost 1.34.1,Regression,invalid,"ptr_map, ptr_container, reference, typedef",