Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ p1143Test.cpp
File
p1143Test.cpp
tests/p1143Test.cpp:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// cmdline:-std=c++2a
2
// example taken from the standard
3
const char *g() { return
"dynamic initialization"
; }
4
constexpr const char *f(bool p) { return p ?
"constant initializer"
: g(); }
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected