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

Function TEST

test/module-test.cc:40–44  ·  view source on GitHub ↗

an implicitly exported namespace must be visible [module.interface]/2.2

Source from the content-addressed store, hash-verified

38
39// an implicitly exported namespace must be visible [module.interface]/2.2
40TEST(module_test, namespace) {
41 using namespace fmt;
42 using namespace fmt::literals;
43 ASSERT_TRUE(true);
44}
45
46// Macros must not be imported from a named module [cpp.import]/5.1.
47TEST(module_test, macros) {

Callers

nothing calls this directly

Calls 15

to_stringFunction · 0.85
to_wstringFunction · 0.85
make_format_argsFunction · 0.85
format_system_errorFunction · 0.85
report_system_errorFunction · 0.85
report_windows_errorFunction · 0.85
system_categoryFunction · 0.85
gmtimeFunction · 0.85
weekdayClass · 0.85
printfFunction · 0.85
fprintfFunction · 0.85
sprintfFunction · 0.85

Tested by

no test coverage detected