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

FC update #37

Merged
merged 14 commits into from
Jan 15, 2019
Merged

FC update #37

merged 14 commits into from
Jan 15, 2019

Conversation

pmconrad
Copy link
Collaborator

...for compatibility with latest boost (1.69) plus various optimizations and some minor fixes

top1st and others added 14 commits January 14, 2019 15:38
fix cmake error undefined std::function
…odify()

Current boost will delete an object from a multi_index_container if when
modifying that object, the functor throws an exception. This breaks the
undo infrastructure when it tries to undo the failed change, but the
object is missing. To prevent this, we catch the exception before it
reaches boost.
In other words, hopefully this makes travis work
@pmconrad pmconrad mentioned this pull request Jan 15, 2019
@pmconrad pmconrad merged commit bb4cdee into develop Jan 15, 2019
@pmconrad pmconrad deleted the fc_update branch January 15, 2019 17:21
@pmconrad pmconrad mentioned this pull request Feb 1, 2019
24 tasks
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.

5 participants