MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / CompileSigned

Function CompileSigned

Test/CompileTest.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183template <typename T>
184void CompileSigned()
185{
186 SafeInt<T> st;
187 T t = -st;
188}
189
190template <typename T>
191void CompileType()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected