Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

fix(extract timestamp_checked_add as lib) #10383

Merged
merged 4 commits into from
Mar 19, 2019
Merged

fix(extract timestamp_checked_add as lib) #10383

merged 4 commits into from
Mar 19, 2019

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    ca67e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b3b88 View commit details
    Browse the repository at this point in the history
  3. fix(time-lib): feature-flag to use time-lib or std

    This commit adds conditional compilation checks that falls back to `our time-lib` when
    `time_checked_add` is not available in the standard library
    
    Note, `time_checked_add` covers both `checked_add` and `checked_sub`
    niklasad1 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ae10434 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e07fea View commit details
    Browse the repository at this point in the history