id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10445,rvalue assign from boost::optional doesn't work,russell.mcclellan@…,Fernando Cacciola,"consider the following code: {{{ #include ""boost/optional.hpp"" #include struct a { int p; }; boost::optional bar() { static a b; b.p = 3; return b; } int main(int, char**) { boost::optional baz; baz = bar(); // uh-oh! std::cout<p<