Skip to content

Replace std::string_view in Slice with std::span #11

Description

@Harrm

std::string_view doesn't compile on Mac OS with LLVM 19 from brew, because it can't find a specialization of std::char_traits. This seems to be standard-conforming behaviour, because standard only mentions std::char_traits for char types without explicit 'signedness'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions