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 dependency on boost::array #102

Merged
merged 1 commit into from
Jun 24, 2018

Conversation

mloskot
Copy link
Member

@mloskot mloskot commented Jun 23, 2018

Description: what does this pull request do?

Replace boost::array with C++11 std::array.

Tasklist

  • Review
  • Adjust for comments
  • All CI builds and checks have passed (except ubsan_integer still expected to fail)

@mloskot mloskot added this to To Do in C++11 Modernization via automation Jun 23, 2018
@mloskot mloskot added the cat/enhancement Improvements, but not fixes addressing identified bugs label Jun 23, 2018
Copy link
Contributor

@chhenning chhenning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! If that's all we have to do.

@mloskot mloskot added this to the The Grand Merge milestone Jun 24, 2018
Replace boost::array with C++11 std::array.
@mloskot mloskot merged commit ea08019 into boostorg:develop Jun 24, 2018
C++11 Modernization automation moved this from To Do to Done Jun 24, 2018
@mloskot mloskot deleted the ml/remove-boost-array branch June 24, 2018 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat/enhancement Improvements, but not fixes addressing identified bugs
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants