Skip to content

-Wsign-conversion warning with Clang10 on Windows #1747

Closed
@0x8000-0000

Description

@0x8000-0000

include\fmt/format.h(560,71): error: implicit conversion changes signedness: 'std::size_t' (aka 'unsigned long long') to 'stdext::checked_array_iterator<char *>::difference_type' (aka 'long long') [-Werror,-Wsign-conversion]
std::uninitialized_copy(begin, end, make_checked(ptr_, capacity_) + size_);

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