在样本应用中,我有以下代码:
ostream& operator<< (ostream& os, const ReferenceTest& rt)
{
os << rt.counter; //In this scenario, rt has a public int called counter
}
我很惊讶地获悉,该法典没有使用海合会4.6.1编成册。 由于我本期望的原因,即在使用“2010年视觉演播室”时,它失败了,即Im没有回过提及stream。 然而,为这两个平台汇编的方案产出是一样的(我拥有书写测试产出的三维主)。
Which is standards compliant? Am I missing something obvious here?
- Derek