id summary reporter owner description type status milestone component version severity resolution keywords cc 9169 Make Boost.Ref use BOOST_FORCEINLINE for better performance Mathias Gaunard Peter Dimov "boost::ref 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 bind Boost Development Trunk Problem fixed