8000 endian_buffer::data() should use std::byte if using c++17 and above · Issue #48 · boostorg/endian · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
endian_buffer::data() should use std::byte if using c++17 and above #48
Open
@Julien-Blanc-tgcm

Description

@Julien-Blanc-tgcm

When using a c++17 compiler, we may take advantage of the strongly typed std::byte class instead of relying on the arithmetic type char, whether signed (prior to 1.72) or not (1.72 and above).

Since that would probably break client code, it could be an opt-in feature.

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

      0