Tuesday, November 1, 2011

Syntax error in section 2.4.11

For some reason (namely, abuse of find & replace...), in section 2.4.11 three cast operators are incorrect.


bool operator() const 
{                     

should be:

operator bool() const 
{                     


No comments:

Post a Comment