[LLVMbugs] [Bug 14222] Why a formal parameter object of a function can not be treated as a object reference
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Oct 30 19:50:19 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=14222
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |INVALID
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-10-30 21:50:19 CDT ---
This is an MSVC bug. Only a const reference (or in C++11, an rvalue reference)
can bind to a temporary.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list