id summary reporter owner description type status milestone component version severity resolution keywords cc 6395 Some trivial functions aren't declared inline danivy.mail@… Ion Gaztañaga "Many one-liner functions in aren't declared inline. Some compilers, such as Sun and older GCC's won't inline them as such. For instance, even something as simple as: {{{ #include int main() { int x = 123; return boost::move(x); } }}} Generates a call to boost::move." Bugs closed To Be Determined move Boost 1.48.0 Optimization fixed move inline