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

Function check_enabled_formatters

test/format-test.cc:2352–2355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2350}
2351
2352template <typename Char, typename... T> void check_enabled_formatters() {
2353 auto dummy = {check_enabled_formatter<Char, T>()...};
2354 (void)dummy;
2355}
2356
2357TEST(format_test, test_formatters_enabled) {
2358 using custom_string =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected