MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / error

Method error

12-Advanced Template/code/Lazy.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 void Func(T a = T{}) {}
20
21 void error() { Array<-1> boom; }
22
23 // Successful ones
24 void Test() { Array<N> arr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected