fmtlib / fmtlib/fmt

<stdfloat>

Open
#4,725 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
25.8k
Forks
3.1k
Avg merge
3d 17h
Merged PRs (30d)
29

Description

Godbolt example: https://godbolt.org/z/rhd7vvT79

I'm having difficult with the types in , i.e. `std::float16_t` and `std::float32_t`. `std::print` can print a `std::float16_t`, but `fmt::print` cannot. Neither `std::print` or `fmt::print` can print a `std::complex`.

What is needed to format/print a `std::complex`? Is this something I can add a formatter for in my own code?

Thanks.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.