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

Remove last usage of boost::array #1059

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Remove last usage of boost::array #1059

merged 1 commit into from
Dec 20, 2023

Conversation

NAThompson
Copy link
Collaborator

Now that boost.math is C++14, remove boost::array in order to improve orthogonality of the library.

Now that boost.math is C++14, remove boost::array in order to improve orthogonality of the library.
@NAThompson
Copy link
Collaborator Author

NAThompson commented Dec 20, 2023

@mborland , @jzmaddock : Pretty trivial but hopefully helpful.

Should we do the same in odeint?

@mborland
Copy link
Member

@mborland , @jzmaddock : Pretty trivial but hopefully helpful.

Should we do the same in odeint?

Everything C++03 should be ripped out of odeint. I think the biggest offender to compile time in there is MPL.

@mborland mborland merged commit 438ee69 into develop Dec 20, 2023
58 checks passed
@mborland mborland deleted the no_boost_array branch December 20, 2023 04:48
@jzmaddock
Copy link
Collaborator

Thanks Matt!

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.

3 participants