Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
static_assert(__cplusplus >= 201402L,
"expect C++ 2014 for host compiler"
);
8
9
auto make_message_cpp() -> std::string {
10
return fmt::format(
"host compiler \t: __cplusplus == {}"
, __cplusplus);
11
}
Callers
nothing calls this directly
Calls
1
format
Function · 0.50
Tested by
no test coverage detected