MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / demonstrate

Function demonstrate

tests/Issue254.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6};
7
8int demonstrate() {
9 demonstrator D;
10 D.template templated_function<bool>();
11 D.template templated_function<float>();
12 D.template templated_function<>(); // Invalid without <> since Clang 19
13 return 42;
14}
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected