有给低收入家庭的免费夏令营吗# Parenting - 为人父母
s*r
1 楼
class A
{
}
int main(){
A& a = A();
}
请问这样定义有错误么? 为什么我机器上通过不了, 但是有的机器可以通过啊
const A& = A();
这个可以通过
我看到有资料说, temporary object can't be bound to non-const reference. 这是
point么, 那为什么有的又可以通过呢.
谢谢了.
{
}
int main(){
A& a = A();
}
请问这样定义有错误么? 为什么我机器上通过不了, 但是有的机器可以通过啊
const A& = A();
这个可以通过
我看到有资料说, temporary object can't be bound to non-const reference. 这是
point么, 那为什么有的又可以通过呢.
谢谢了.