Skip to content
  • Wouter Klouwen's avatar
    CTest: introduce cmDuration · 695951bc
    Wouter Klouwen authored and Brad King's avatar Brad King committed
    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.
    695951bc