MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Issue91.cpp

File Issue91.cpp

tests/Issue91.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1template<int... Ints>
2constexpr int fold_minus_impl() {
3 return (Ints - ... - 5);
4}

Callers

nothing calls this directly

Calls 1

fold_minusFunction · 0.85

Tested by

no test coverage detected