Fix handling of const_cast from prvalue to rvalue reference: such a cast is
only permitted if the source object is of class type, and should materialize a temporary for the reference to bind to. llvm-svn: 184017
Loading
Please register or sign in to comment