cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

remove boost::multi_array #269

Closed ursfassler closed 8 months ago

ursfassler commented 8 months ago

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

Checklist: