| 209 | |
| 210 | template <typename T> |
| 211 | void TestAlign() |
| 212 | { |
| 213 | SafeInt<T> st(1); |
| 214 | st.Align2(); |
| 215 | st.Align4(); |
| 216 | st.Align8(); |
| 217 | } |
| 218 | |
| 219 | template <typename T, typename U> |
| 220 | void TestTopEqualSafeInt() |
nothing calls this directly
no outgoing calls
no test coverage detected