Monday, November 21, 2011

Typo ((

There's an extra/missing bracket on page 131. 


static const int value = ((X % 2) ? 0 : -1;
                         ^^                

No comments:

Post a Comment