-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
comparison operator should be const #133
Conversation
I don't understand it yet but when I compile with
|
@jeffhammond maybe we should have this opened as a separate issue? |
@raghavendrak the patch you get from appears to be broken since you've merged the master branch instead of rebasing |
Some versions of the compiler flag this as error:
error: static assertion failed: comparison object must be invocable as const
#131