Skip to content

Use boost::span instead of passing std::vector by ref #49

@vsoulgard

Description

@vsoulgard

Can we use boost::span from Boost.Core instead of std::vector& to pass parameters? It shouldn't break API and allows to use other array types such as std::array, boost::static_vector etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions