id summary reporter owner description type status milestone component version severity resolution keywords cc 9170 Make boost::addressof use BOOST_FORCEINLINE for better performance Mathias Gaunard No-Maintainer "boost::addressof is used a lot to build expression templates or function objects which typically need to be inlined to get decent performance. Using BOOST_FORCEINLINE ensures that it does get inlined, even when minimal inlining options are used. It is very important to do this to get acceptable performance in debug for some the of the libraries I work on, like Boost.SIMD or NT². See the attached patch." Bugs closed To Be Determined utility Boost Development Trunk Problem fixed