commit | 695951bc46fa4bc4eaf686c4ee6dce24c579bc45 | [log] [tgz] |
---|---|---|
author | Wouter Klouwen <wouter.klouwen@youview.com> | Tue Dec 12 20:54:01 2017 +0000 |
committer | Brad King <brad.king@kitware.com> | Tue Jan 23 10:04:38 2018 -0500 |
tree | 951a8e3d7f78d9cb9ec892a35fd15dab1a4f9d97 | |
parent | 9c52b587b6dfa54266bcebbe7e111d7dde437a75 [diff] |
CTest: introduce cmDuration This commit introduces cmDuration as a typedef for std::chrono::duration<double, std::ratio<1>>. It is less verbose and provides for a point to put future common functionality for durations. No functional change intended.