id summary reporter owner description type status milestone component version severity resolution keywords cc 2941 boost/pool/pool.hpp uses reinterpret_cast instead of static_cast philippe.vaucher Chris Newbold "In pool.hpp there's a lot of reinterpret_cast usage like so: {{{ static char * malloc(const size_type bytes) { return reinterpret_cast(std::malloc(bytes)); } }}} This is a case where static_cast should be used instead. reinterpret_cast is known to yield implementation specific behavior." Tasks closed Boost 1.39.0 pool Boost 1.38.0 Optimization fixed reinterpret_cast static_cast