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

DM-12521: Update boost to 1.66 #296

Merged
merged 2 commits into from Feb 23, 2018
Merged

DM-12521: Update boost to 1.66 #296

merged 2 commits into from Feb 23, 2018

Conversation

fritzm
Copy link
Contributor

@fritzm fritzm commented Dec 10, 2017

Minor changes required for AFW:

  • Boost 1.65.1 no longer provides std::tr1::function; cut over to std::function
  • Explicit #include <cmath> required to get std::sqrt for Function.h on OSX

Passed Jenkins CI here: https://ci.lsst.codes/blue/organizations/jenkins/stack-os-matrix/detail/stack-os-matrix/27178/pipeline

@fritzm fritzm force-pushed the tickets/DM-12521 branch 2 times, most recently from 8428270 to 17af1b8 Compare January 18, 2018 18:49
Updated std::tr1::function to std::function.  The former was being
provided by Boost (but is no longer provided in Boost 1.66). In
any case, std::function is preferred for C++11 and beyond.
@fritzm fritzm changed the title DM-12521: Update boost to 1.65.1 DM-12521: Update boost to 1.66 Feb 21, 2018
@fritzm fritzm merged commit ceeebaa into master Feb 23, 2018
@ktlim ktlim deleted the tickets/DM-12521 branch August 25, 2018 06:44
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

1 participant