Undefined symbol: 'int operator==(enum TTrue, int)

Undefined symbol: 'int operator==(enum TTrue, int)

Symbian C++ :

Undefined symbol: 'int operator==(enum TTrue, int)

TBool is ;
if( is == ETrue );

这种写法是错误的不能build
正确的方法是写成       if( is )

而且即使这种是正确的,写类似的代码也看起来太差劲了!

@import url(http://www.cppblog.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

你可能感兴趣的:(Undefined symbol: 'int operator==(enum TTrue, int))