MCPcopy Create free account
hub / github.com/fmtlib/fmt / run_double_tests

Function run_double_tests

test/format-impl-test.cc:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168template <bool is_iec559> void run_double_tests() {
169 fmt::print("warning: double is not IEC559, skipping FP tests\n");
170}
171
172template <> void run_double_tests<true>() {
173 // Construct from double.

Callers

nothing calls this directly

Calls 1

printFunction · 0.50

Tested by

no test coverage detected