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

Change remaining hash_set -> unordered_set #208

Merged
merged 3 commits into from Jul 30, 2017
Merged

Change remaining hash_set -> unordered_set #208

merged 3 commits into from Jul 30, 2017

Conversation

4tXJ7f
Copy link
Member

@4tXJ7f 4tXJ7f commented Jul 28, 2017

The nighlty competition build has been failing due to a remaining use of
hash_set in approx_simplex.cpp. This commit changes the remaining uses
of hash_set to unordered_set.

The nighlty competition build has been failing due to a remaining use of
hash_set in approx_simplex.cpp. This commit changes the remaining uses
of hash_set to unordered_set.
@4tXJ7f 4tXJ7f requested a review from mpreiner July 28, 2017 19:01
@4tXJ7f
Copy link
Member Author

4tXJ7f commented Jul 28, 2017

The error only appears when CVC4 is compiled with libglpk because the code is guarded by an #ifdef CVC4_USE_GLPK.

There was no check to enable C++11 support when compiling LFSC alone.
This commit adds the check.
@4tXJ7f 4tXJ7f merged commit cc4323c into master Jul 30, 2017
@4tXJ7f
Copy link
Member Author

4tXJ7f commented Jul 30, 2017

Sorry, I accidentally pushed "merge" a bit too early, so the commit message is a bit weirdly worded and has some typos but should hopefully be understandable.

@4tXJ7f 4tXJ7f deleted the fix_comp_nightly branch July 30, 2017 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants