Skip to content

buffer_copy test expansion #18

@cmazakas

Description

@cmazakas

void
testEmptyBufferCopy()

These tests need to be expanded to cover a few more use-cases.

They should include using buffers that are default-constructed and buffers constructed from a default-constructed string_view.

For example:

const_buffer source;
// and
boost::core::string_view sv;
const_buffer source(sv);

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