Skip to content

remove boost::multi_array#269

Merged
ursfassler merged 1 commit intocucumber:mainfrom
ursfassler:remove-boost-multi_array
Dec 21, 2023
Merged

remove boost::multi_array#269
ursfassler merged 1 commit intocucumber:mainfrom
ursfassler:remove-boost-multi_array

Conversation

@ursfassler
Copy link
Copy Markdown
Contributor

Summary

Replace boost::multi_array with vector of vector.

Details

Motivation and Context

Remove general dependency from boost by using stl instead. Eventually cucumber-cpp can be used without boost, removing a large dependency.

How Has This Been Tested?

It is a refactoring. All tests pass.

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • It is my own work, its copyright is implicitly assigned to the project and no substantial part of it has been copied from other sources (including Stack Overflow). In rare occasions this is acceptable, like in CMake modules where the original copyright information should be kept.
  • I'm using the same code standards as the existing code (indentation, spacing, variable naming, ...).
  • I've added tests for my code.
  • I have verified whether my change requires changes to the documentation
  • My change either requires no documentation change or I've updated the documentation accordingly.
  • My branch has been rebased to main, keeping only relevant commits.

@ursfassler ursfassler merged commit fe3b321 into cucumber:main Dec 21, 2023
@ursfassler ursfassler deleted the remove-boost-multi_array branch December 21, 2023 05:38
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.

1 participant