This website requires JavaScript.
Explore
Help
Register
Sign In
MatCat.OpenSource
/
8sa1-gcc
Watch
1
Star
0
Fork
0
You've already forked 8sa1-gcc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
21f891de68
8sa1-gcc
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
rvalue3.C
6 lines
97 B
C++
Raw
Normal View
History
Unescape
Escape
fix implicit int From-SVN: r23760
1998-11-22 18:23:45 -05:00
int
main
(
)
Initial revision From-SVN: r14840
1997-08-19 03:34:40 -04:00
{
int
i
;
int
&
ir
=
(
int
&
)
(
int
)
i
;
// ERROR - casting rvalue to reference type
}
Reference in New Issue
Copy Permalink