Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
template <typename T>
184
void CompileSigned()
185
{
186
SafeInt<T> st;
187
T t = -st;
188
}
189
190
template <typename T>
191
void CompileType()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected