1. 16 Mar, 2020 16 commits
  2. 13 Mar, 2020 23 commits
  3. 12 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace limits.h with climits · 4b57b7f5
      Rosen Penev authored
      The former was deprecated with C++14. The standard says they are the same
      with one exception:
      
      The header<climits>defines all macros the same as the C standard library
      header<limits.h>.
      
      [Note:The types of the constants defined by macros in<climits>are not
      required to match the types to which themacros refer.— end note]
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      4b57b7f5