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

Function make_message_cpp

test/cuda-test/cpp14.cc:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7static_assert(__cplusplus >= 201402L, "expect C++ 2014 for host compiler");
8
9auto make_message_cpp() -> std::string {
10 return fmt::format("host compiler \t: __cplusplus == {}", __cplusplus);
11}

Callers

nothing calls this directly

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected