User forums > Help

It works on Visual Studio,But on CodeBlocks it doesn't work

(1/1)

tilblackout:
friend ostream& operator<<(ostream& os ,Fraction &&obj)
error: expected ',' or '...' before '&&' token|。
On VS there is no error.
How can I solve it?

Miguel Gimenez:
rvalue references needs a C++11 or newer compiler, did you activate C++11 mode in whatever compiler you are using (CodeBlocks is not a compiler)?

tilblackout:
THX,Solved.

Navigation

[0] Message Index

Go to full version