Skip to content
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

Make all operator member functions const #461

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

atsampson
Copy link
Collaborator

LLVM libcxx's std::sort requires operator< to be const, but it's good practice to do this for all of them.

Fixes #460.

LLVM libcxx's std::sort requires operator< to be const, but it's good
practice to do this for all of them.
@atsampson atsampson added enhancement ld-decode-tools An issue only affecting the ld-decode-tools labels Feb 11, 2020
@simoninns simoninns merged commit c46db4c into happycube:master Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ld-decode-tools An issue only affecting the ld-decode-tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ld-discmap fails to compile on mac/clang
2 participants