Added mechanism for moving rather than copying C++ temps (GH-3362)
Right now it's used in a few simple cases (function call and single assignment) Don't attempt to remove reference types. Be wary of the "safety check" for double moves when things like result() are called twice Made sure fallback option was genuinely c++03 complient so that test should pass on clang
Showing
Please register or sign in to comment