Skip to content

int128 cannot be used with sign argument #2773

Closed
@PredatorCZ

Description

@PredatorCZ

fmt/include/fmt/core.h

Lines 2821 to 2823 in 70de324

if (is_integral_type(arg_type_) && arg_type_ != type::int_type &&
arg_type_ != type::long_long_type && arg_type_ != type::char_type) {
this->on_error("format specifier requires signed argument");

Shouldn't be type::int128_type included as well?

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