id summary reporter owner description type status milestone component version severity resolution keywords cc 5475 [Foreach] rvalue reference binding of temporary ranges mimomorin@… Eric Niebler "C++0x range-based for uses `auto &&` to bind lvalue/rvalue references to ranges. A good thing is that there is no need to copy ranges anymore. This also allows us to deal with non-copyable rvalue ranges. If a compiler supports rvalue references and auto type deduction (either `auto` or `decltype` is OK), Boost.Foreach can be modified to do this. " Patches closed To Be Determined foreach Boost Development Trunk Problem wontfix foreach, C++0x