| 131 | |
| 132 | template <typename T> |
| 133 | void ConstTestT() |
| 134 | { |
| 135 | static const T t = ConstConstructor<T>(); |
| 136 | static const bool b = ConstBool<T>(); |
| 137 | } |
| 138 | |
| 139 | template <typename T> |
| 140 | _CONSTEXPR11 SafeInt<T> ConstSafeInt() |
nothing calls this directly
no outgoing calls
no test coverage detected