id summary reporter owner description type status milestone component version severity resolution keywords cc 8641 [serialization] detail/shared_count_132.hpp fails to compile if BOOST_SP_ENABLE_DEBUG_HOOKS is defined Pekka Seppänen Robert Ramey "`detail/shared_ptr_132.hpp` lives mainly under `boost_132` namespace. It has two function declarations (for `shared_ptr` debug hooks) that use `checked_deleter` and `checked_array_deleter`; Of course, these live under `boost` namespace. As neither are brought under `boost_132` (for obvious reasons) or have proper namespace prefixes anything that includes `shared_ptr_132.hpp` and has `BOOST_SP_ENABLE_DEBUG_HOOKS` defined fails to compile. A trivial fix is to add `boost` namespace prefixes, as done elsewhere in the file. A patch is attached that does this." Bugs closed Boost 1.54.0 serialization Boost 1.53.0 Problem fixed serialization BOOST_SP_ENABLE_DEBUG_HOOKS cbi_call_constructor_hook cbi_call_destructor_hook