| 2 | |
| 3 | template <typename T> |
| 4 | void Test(){ |
| 5 | typedef std::chrono::duration<double, std::ratio<60>> simple; |
| 6 | typedef std::chrono::duration<double, std::ratio<60*60*24*365>> withCalculation; // contains an implicit cast in the template definition |
| 7 | } |
| 8 | |
| 9 | |
| 10 | int main() |
nothing calls this directly
no outgoing calls
no test coverage detected