Quote Originally Posted by grumpy View Post
Code:
           X & const self;
That's not valid syntax. A reference cannot be const like that. The const key word must come before or after the X.